Sunshine8790
Board Regular
- Joined
- Jun 1, 2021
- Messages
- 86
- Office Version
- 365
- Platform
- Windows
What formula do I use in this scenario:
I want the formula to return the Text from Column A.
I want it to return that text based on whatever the max value is in Column I.
I need that max value in Column I to be based on criteria from Columns D and E.
Example:
So in the example above, I would need the formula to return "Name 1" based on the fact it's the highest value in Column I with the criteria of Monday and Red from Columns D and E.
And then I would need the formula in a different cell to return "Name 4" based on the fact it's the highest (and only) value in Column I with the criteria of Tuesday and Blue from D and E.
I hope that makes sense. Help appreciated.
I want the formula to return the Text from Column A.
I want it to return that text based on whatever the max value is in Column I.
I need that max value in Column I to be based on criteria from Columns D and E.
Example:
Name 1 | Monday | Red | 7 | |||||
Name 2 | Tuesday | Red | 0 | |||||
Name 3 | Monday | Red | 3 | |||||
Name 4 | Tuesday | Blue | 1 |
So in the example above, I would need the formula to return "Name 1" based on the fact it's the highest value in Column I with the criteria of Monday and Red from Columns D and E.
And then I would need the formula in a different cell to return "Name 4" based on the fact it's the highest (and only) value in Column I with the criteria of Tuesday and Blue from D and E.
I hope that makes sense. Help appreciated.