Hi,
I am using the following formula to get maximum value from a particular cell across 97 different sheets with name variation. This works fine. How can I get the sheet name from which the maximum value is coming?
Best, Sushant
=MAX(MAX('LK1 - 4.1 Stäbe - Schnittgrößen:LK9 - 4.1 Stäbe - Schnittgrößen'!Q10),MAX('LK10 - 4.1 Stäbe - Schnittgröße:LK97 - 4.1 Stäbe - Schnittgröße'!Q10))
I am using the following formula to get maximum value from a particular cell across 97 different sheets with name variation. This works fine. How can I get the sheet name from which the maximum value is coming?
Best, Sushant
=MAX(MAX('LK1 - 4.1 Stäbe - Schnittgrößen:LK9 - 4.1 Stäbe - Schnittgrößen'!Q10),MAX('LK10 - 4.1 Stäbe - Schnittgröße:LK97 - 4.1 Stäbe - Schnittgröße'!Q10))