Multi Sheets

mcgrath1980

New Member
Joined
Jan 17, 2019
Messages
12
Hi

I am using the following SUMIF('01012019'!$I$1:$I$1000,"GRID",'01012019'!$F$1:$F$1009)

I need to pick up info from each tab on my sheet dating 01012019 to 31012019.

my question is : Is there an easy way to do this ?? Or would I have to go into every sheet.


Thanks
 
Post 6 now..... Each tab on the sheet is numbered 010119 - 020119 - 030119 - 040119 and so on until 310119

Thanks for clarifying, you can try:

Rich (BB code):
=SUMPRODUCT(SUMIF(INDIRECT(TEXT(ROW(INDIRECT(DATE(2019,1,1)&":"&DATE(2019,1,31))),"ddmmyy")&"!$I$1:$I$1000"),"GRID",INDIRECT(TEXT(ROW(INDIRECT(DATE(2019,1,1)&":"&DATE(2019,1,31))),"ddmmyy")&"!$F$1:$F$1009")))
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,215,373
Messages
6,124,548
Members
449,170
Latest member
Gkiller

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