If you want the tax total above the "Grand" total.
total cell is the total all added up (ie d1, e3 whatever)
=(total cell * .08)
if you want a total including the tax
=(total cell * 1.08)
I hope this is what you needed.
for the "grand total"
=(above cell + the total cell)
a1 = 3.00
a2 = 4.00
.
.
.
a7(total cell) formula =sum(above)
a8(tax) formula =(a7*.08)
a9(grand total)formula =(a7+a8)
total cell is the total all added up (ie d1, e3 whatever)
=(total cell * .08)
if you want a total including the tax
=(total cell * 1.08)
I hope this is what you needed.
for the "grand total"
=(above cell + the total cell)
a1 = 3.00
a2 = 4.00
.
.
.
a7(total cell) formula =sum(above)
a8(tax) formula =(a7*.08)
a9(grand total)formula =(a7+a8)