Sum totals in different cells in Excel

raajnabriz

Board Regular
Joined
Jun 11, 2014
Messages
112
Dear Sir,

I need an Excel formula to get the total of all the sums in different cells in different columns, eg; in column A [in different cells] I have labeled it as Total and the sum is in column B adjacent to each total [in different cells].

Please give me an excel formula

Thank you,
Raaj.
20132,000.002019855.04TOTAL:
20182,000.0020204,761.00
TOTAL:4,000.00202184,566.32
202216,721.00
TOTAL:106,903.36
2014500.00
2015150.00
202215,791.0020172,000.00
TOTAL:16,441.0020182,000.00
TOTAL:4,000.00
202140,000.18
TOTAL:40,000.1820225,000.00
TOTAL:5,000.00
20229,500.00
TOTAL:9,500.002016498.87
2017548.16
TOTAL:1,047.03
2017125.00
20192,163.00
TOTAL:2,288.002016150,262.12
20171,987,394.05
201843,028.75
20111,530.002019287,432.54
2020178.50TOTAL:2,468,117.46
TOTAL:1,708.50
2013500.00
20143,000.0020185,821.19
20173,000.00TOTAL:6,321.19
TOTAL:6,000.00
20216,385.90
20124,500.002022207.00
20131,500.00TOTAL:6,592.90
201511,900.00
TOTAL:17,900.00
201611,069.80
20175,940.00
20192,695.80TOTAL:17,009.80
2020132.72
TOTAL:2,828.52
20151,500.00
TOTAL:1,500.00
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Is this sample data showing data in columnd D:E aswell? Or did you intent that to be part of column A:B? If the latter, try:

Excel Formula:
=SUMIF(A:A,"TOTAL:",B:B)

If the former, try:

Excel Formula:
=SUMIF(A:D,"TOTAL:",B:E)
 
Upvote 0
Solution
Is this sample data showing data in columnd D:E aswell? Or did you intent that to be part of column A:B? If the latter, try:

Excel Formula:
=SUMIF(A:A,"TOTAL:",B:B)

If the former, try:

Excel Formula:
=SUMIF(A:D,"TOTAL:",B:E)
Thank you

*JvdV

The 2nd formula solved the issue at hand.

Thank you in millions.

Raaj.
 
Upvote 0

Forum statistics

Threads
1,215,180
Messages
6,123,502
Members
449,100
Latest member
sktz

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