I have a workbook with multiple sheets. I am using the following formulas to find the 3 largest numbers in a defined cell across each sheet (L12). I need to return the name of the sheet as well. number will change, and I need the sheet name to be variable based on what the formula pulls in. Any ideas?
=LARGE('Sheet 1:Sheet 54'!L12,1)
=LARGE('Sheet 1:Sheet 54'!L12,2)
=LARGE('Sheet 1:Sheet 54'!L12,3)
=LARGE('Sheet 1:Sheet 54'!L12,1)
=LARGE('Sheet 1:Sheet 54'!L12,2)
=LARGE('Sheet 1:Sheet 54'!L12,3)