Adding to total

jtodd

Board Regular
Joined
Aug 4, 2014
Messages
194
Mornning

How do I add to a total eg
A1 =10 B1=10 , A1+B1= 20 - what want to do is add to the total - add another 10 then antother to get total of 40.

Thought it woul be simple but it has me stumped
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
I know you want a total of 40 but I do not understand the logic behind your calculation...
A1 is 10 and B1 is 10
why should your total become 40?

do you want to keep incrementing the total by the sum of A1 and B1
ie C1= 20, D1 = 40, E1 = 60 etc

OR do you want different values in those cells?
OR do you want C1 to keep increasing by 20?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,510
Messages
6,125,234
Members
449,216
Latest member
biglake87

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top