ITPhoneGuy
New Member
- Joined
- Jun 20, 2018
- Messages
- 4
Greetings,
I have been wracking my brain trying to come up with a solution to an Index Problem. I am looking to have a formula look at an entire sheet, return the largest Number (from a column) but only if a cell in a column meets a condition.
In my example I have Column A with Directors and Managers, Column B has Their respective names, and C with their Salary. This list is projected to get longer over time (so I would like to avoid manually entering the Index Range if possible).
On the side I would like List which "Director" makes the Most, and Which "Manager" makes the most (Name from Column B)
I know to use the formula =INDEX(B1:B8,MATCH(MAX(C1:C8),C1:C8,0)) to return the largest overall, but I would like to only look at Directors then Managers respectively
Is there a way to create a Conditional IF statement, such as in G2 "Only return Max value if Column A has Director", and in G3 "Only return Max value is Column A has Manager?"
(Example in Link Below)
Thank you much for your assistance.
https://ibb.co/iGmMh8
I have been wracking my brain trying to come up with a solution to an Index Problem. I am looking to have a formula look at an entire sheet, return the largest Number (from a column) but only if a cell in a column meets a condition.
In my example I have Column A with Directors and Managers, Column B has Their respective names, and C with their Salary. This list is projected to get longer over time (so I would like to avoid manually entering the Index Range if possible).
On the side I would like List which "Director" makes the Most, and Which "Manager" makes the most (Name from Column B)
I know to use the formula =INDEX(B1:B8,MATCH(MAX(C1:C8),C1:C8,0)) to return the largest overall, but I would like to only look at Directors then Managers respectively
Is there a way to create a Conditional IF statement, such as in G2 "Only return Max value if Column A has Director", and in G3 "Only return Max value is Column A has Manager?"
(Example in Link Below)
Thank you much for your assistance.
https://ibb.co/iGmMh8