Help and explanation please
I am using the formulae =SUMPRODUCT(INDIRECT("'"&M11&"'!"&($I$12:$I$20)="P")*(INDIRECT("'"&M11&"'!"&B$12:$B$20=($A12&$C12))) ) to search through a series of worksheet to count how many times a vlaue is referenced.
where I am trying to use the forumula to return the text string HubA value in cell M11 to reference a worksheet called 'HubA' then check the SUMPRODUCT conditions.
The original formulae I use for to reference the worksheet works (below)
=SUMPRODUCT((HubA!$I$12:$I$20="P")*(HubA!B$12:$B$20=($A13&$C13)))
I admit I dont understand the INDIRECT formula and the syntax, especially all of the " and ' entry's
Thanks
martin
Hello,
You are almost there, use this;
=SUMPRODUCT((INDIRECT("'"&M11&"'!I12:I20")="P")*(INDIRECT("'"&M11&"'!B12:B20")=$A3&$C13))
HTH; Haseeb
If your problem is solved, please say so clearly, and mark your thread as Solved:
Forum Rules & How to Mark a thread as SOLVED
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks