I have a workbook with an index, that returns all of my tab names in column B (=INDEX(listsheets,A6). This is then used to search specific data (row 3) within each tab using the formula =VLOOKUP($E$3,INDIRECT("'"&B6&"'!"&"b3:F500"),5,0).
The data on row 3 of my index tab, is searched for in column B of my following tabs (200+), the formula then returns the value of column F of the matched cell in B.
This formula works, until there are more than one matching cells in column B of my following tab, then it only returns one of the figures.
I need it to return the sum column F of all matched cells from column B. I've tried to build in the SUMIF function, but can't get it to work with my INDIRECT.
Also when there are no results the current formula returns "#N/A", i would ideally like this to return "0".
Could someone please help?
Thank you
The data on row 3 of my index tab, is searched for in column B of my following tabs (200+), the formula then returns the value of column F of the matched cell in B.
This formula works, until there are more than one matching cells in column B of my following tab, then it only returns one of the figures.
I need it to return the sum column F of all matched cells from column B. I've tried to build in the SUMIF function, but can't get it to work with my INDIRECT.
Also when there are no results the current formula returns "#N/A", i would ideally like this to return "0".
Could someone please help?
Thank you