I have a simple max formula in Sheet1 that finds the max value from ranges of values in multiple other sheets.
i.e. =MAX('Sheet 2'!A1:P44,'Sheet 3'!A1:P44,'Sheet 4'!A1:P44)
I would like to show the location of that max value in the cell next to the value on Sheet 1, including both worksheet name and cell reference.
I have been trying to use match and index but it has not worked due to the multiple columns.
Any help would be greatly appreciated.
i.e. =MAX('Sheet 2'!A1:P44,'Sheet 3'!A1:P44,'Sheet 4'!A1:P44)
I would like to show the location of that max value in the cell next to the value on Sheet 1, including both worksheet name and cell reference.
I have been trying to use match and index but it has not worked due to the multiple columns.
Any help would be greatly appreciated.