Hi,
I have a Excel spreadsheet created and can't figure out what function I should use to have a total carried to another cell.
What I have so far is:
cell C4 is where you would enter your data
cell E4 data
cell F4 is the total of C4+E4
cell C5 enter data
cell E5 enter data
cell F5 would have the total of F4 + C5 + E5
cell C6 enter data
cell E6 enter data
cell F6 total of F5 + C6 + E6
etc..
the formula I am using for the totals is:
IF(NOT(ISBLANK(C6)),C6+E6+F5,0) <--in cell F6
Now, I need to have the total carried down to the end of spreadsheet cell F50. But I always want the most current total to be in that cell.
If I haven't confused anyone yet by trying to explain it (LOL) please help me if you can.
Thanks,
Christa
I have a Excel spreadsheet created and can't figure out what function I should use to have a total carried to another cell.
What I have so far is:
cell C4 is where you would enter your data
cell E4 data
cell F4 is the total of C4+E4
cell C5 enter data
cell E5 enter data
cell F5 would have the total of F4 + C5 + E5
cell C6 enter data
cell E6 enter data
cell F6 total of F5 + C6 + E6
etc..
the formula I am using for the totals is:
IF(NOT(ISBLANK(C6)),C6+E6+F5,0) <--in cell F6
Now, I need to have the total carried down to the end of spreadsheet cell F50. But I always want the most current total to be in that cell.
If I haven't confused anyone yet by trying to explain it (LOL) please help me if you can.
Thanks,
Christa