summary page of a spread sheet

leoj823

Board Regular
Joined
Aug 30, 2005
Messages
73
I'm trying to create a summary sheet of data I've put into jan thru dec sheets. I want a formula that will enter the name of the item and the amount. The names are the same each month however they can come from several different columns. I tried the following and it didn't work: l-sumif(january!$b$3:$b$38,"chase bank 9898",January!$c$3:$c38)+sumif(january!$f$3:$f$38,"chase bank 9898",january!$g$3:$g$38.

Leo
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Make sure you have the right syntax =SUMIF(January!$B$3:$B$38,"chase bank 9898",January!$C$3:$C38)+SUMIF(January!$F$3:$F$38,"chase bank 9898",January!$G$3:$G$38)
and that your data in B:B and F:F are chase bank 9898 even one extra space like chase- bank- 9898 will cause it to not sum.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,250
Messages
6,123,887
Members
449,131
Latest member
leobueno

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