Formula Help, if possible

ASmith70

New Member
Joined
Apr 15, 2014
Messages
12
First thank you in advance for any assistance. I am attempting to create an income statement sheet that I want to pull data from 3 different tabbed sheets labeled Jan, Feb & March respectively. On the income statement sheet I have a list of rows with each having a separate account code with an empty cell to the right of them where I would like the amount column data from the 3 sheets to appear If the account code is used on any of the 3 separate sheets.
 

Attachments

  • Income Statement.PNG
    Income Statement.PNG
    14.5 KB · Views: 16
  • Monthly Total.PNG
    Monthly Total.PNG
    18.3 KB · Views: 17

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Have you tried 3x SUMIF?
Mart37 - I have performed the function below and is working perfectly on the Jan 2021 tab but I am unsure how to add to the formula to add the next two tabs, Feb 2021 and March 2021 for them to all show up on the 1st Quarter Income Statement tab. Any suggestions?
=SUMIF('Jan 2021'!B2:B50,B7,'Jan 2021'!D2:D50)
 
Upvote 0
=SUMIF('Jan 2021'!B2:B50,B7,'Jan 2021'!D2:D50)+SUMIF('Feb 2021'!B2:B50,B7,'JFeb 2021'!D2:D50)+....
 
Upvote 0
Solution

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

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