G
Gem
I want to find the max across different sheets
MAX(Sheet1!A:A,Sheet2!A:A,Sheet3!A:A)
and the MAX is in Sheet2's cell A3. How can I return the name of th
sheet name where the MAX value is located (Sheet2)
MAX(Sheet1!A:A,Sheet2!A:A,Sheet3!A:A)
and the MAX is in Sheet2's cell A3. How can I return the name of th
sheet name where the MAX value is located (Sheet2)