flammabubble
New Member
- Joined
- Aug 19, 2015
- Messages
- 28
Hey guys,
So I'm using google sheets and I want to search columns E:I for whichever column has the maximum value, and then return cell 1 of that column (i.e. the header).
For example, I want the Primary column to return "Monday" as that has the maximum. If there are two which are equal I'd like it to return either both days or "Multiple"
I tried getting this to work using IF statements but it was becoming unnecessarily complicated and I'm sure there's an easier way of doing it so any recommendations would be welcome.
Thanks!
So I'm using google sheets and I want to search columns E:I for whichever column has the maximum value, and then return cell 1 of that column (i.e. the header).
For example, I want the Primary column to return "Monday" as that has the maximum. If there are two which are equal I'd like it to return either both days or "Multiple"
Primary | Monday | Tuesday | Wednesday | Thursday | Friday |
Monday | 43 | 4 | 2 | 3 | 1 |
I tried getting this to work using IF statements but it was becoming unnecessarily complicated and I'm sure there's an easier way of doing it so any recommendations would be welcome.
Thanks!