hey ive got a working formula but now i need it to get date from more then 1 sheet and am having trouble
I want it to check maybe 5 other sheets as well as 1 they are named 2,3,4 and 5![]()
Please Login or Register to view this content.
hey ive got a working formula but now i need it to get date from more then 1 sheet and am having trouble
I want it to check maybe 5 other sheets as well as 1 they are named 2,3,4 and 5![]()
Please Login or Register to view this content.
Try this version
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&{1,2,3,4,5}&"'!E6:E200"),"Sign On",INDIRECT("'"&{1,2,3,4,5}&"'!F6:F200"),"Yes"))
Audere est facere
returns a #REF error
it works when I test it - do you have 5 sheets called 1,2,3,4 and 5? If not you'll get an error.......
this version will cope with some or all of the sheets being missing
=SUMPRODUCT(IFERROR(COUNTIFS(INDIRECT("'"&{1,2,3,4,5}&"'!E6:E200"),"Sign On",INDIRECT("'"&{1,2,3,4,5}&"'!F6:F200"),"Yes"),0))
Last edited by daddylonglegs; 06-12-2012 at 07:24 AM.
That works thanks man and you were right page no4 was named incorrectly
good job at being awesomly awesome
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks