Hi,
I have this formula
=SUMIF('1'!$D$4:$D$10,$B5,'1'!$G$4:$G$10)
I need the sheet number to increase as I drag it across, everything else does as it should.
I've used indirect before, but can't see how to fit it in here.
Thanks
Hi,
I have this formula
=SUMIF('1'!$D$4:$D$10,$B5,'1'!$G$4:$G$10)
I need the sheet number to increase as I drag it across, everything else does as it should.
I've used indirect before, but can't see how to fit it in here.
Thanks
Last edited by P4r4gon; 09-17-2016 at 10:41 AM.
What is the first cell that you are entering the formula in?
Last edited by Tony Valko; 09-17-2016 at 10:47 AM.
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
It will be C5 in a sheet named Overview
I 52 sheets (weeks) need the overview to in C5 look for the name in B5 in the cells D4:D10 in sheet1 (Week 1) then return the total mins in cells G4:G10, then in D5 of the overview sheet do the same with the same cells but just from shhet2 (weeek 2)
Thanks for looking
Try this...
=SUMIF(INDIRECT("'"&COLUMNS($C5:C5)&"'!D4:D10"),$B5,INDIRECT("'"&COLUMNS($C5:C5)&"'!G4:G10"))
Brilliant. Works a treat. Thanks a lot.
You're welcome. Thanks for the feedback!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks