You need to enclose the sheet names in single quotation marks. My system does not accept semicolons as argument separators. Use commas.
=LARGE(('Sheet1'!A5,'Sheet2'!A5,...),2)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good evening to all,
In an Excel workbook, to find the second largest number in cells that are not
row in the same column, we use the formula : =LARGE((A10;B15;D12);2)
Now when we want to find the second largest number in cells in different sheets,
we use the formula : =LARGE((Sheet1!A5;Sheet2!A5;Sheet3!A5);2) but it doesn't work!
Is there something else?
Thanks in advance
You need to enclose the sheet names in single quotation marks. My system does not accept semicolons as argument separators. Use commas.
=LARGE(('Sheet1'!A5,'Sheet2'!A5,...),2)