I'm trying to find the Largest number (in column A) across a number of worksheets, but I need the names of the worksheets to be dynamic.
I can do this with a single worksheet, but using a colon separator within the worksheets seems to cause the formula to have a #REF ! error.
I have the names of the worksheets in Column A (on sheet1) and am then trying to use this formula to get the largest number from the other sheets:
=LARGE(INDIRECT("'"&$A$2&":"&$A$5&"'!A:A"),1)
Can anybody spot what I'm doing wrong, or suggest another formula to do this (I'm using LARGE as opposed to MAX because I will then want to show the second and third largets numbers etc.)
I can do this with a single worksheet, but using a colon separator within the worksheets seems to cause the formula to have a #REF ! error.
I have the names of the worksheets in Column A (on sheet1) and am then trying to use this formula to get the largest number from the other sheets:
=LARGE(INDIRECT("'"&$A$2&":"&$A$5&"'!A:A"),1)
Can anybody spot what I'm doing wrong, or suggest another formula to do this (I'm using LARGE as opposed to MAX because I will then want to show the second and third largets numbers etc.)