novaquasar
New Member
- Joined
- Jul 26, 2023
- Messages
- 3
- Office Version
- 2021
- Platform
- Windows
I'm struggling to take a median of a set of data with multiple criteria
I have a set of raw data (Shown Below)
I want to find the Median of the data in Row K (Gain) for all the cells where the DEF Call (Row H) is "Base Tommy" AND it's in Hole (Row R) 2 OR 3 OR 4 OR 5. (I don't want the median to include any other values of Row K where those criteria aren't met, i.e. Hole 7 or 8, Def Call "Arrow 4", )
Hypothetically, I want to be able to add new data to this worksheet and have Excel auto calculate the Median for all the data, including the new data, as long as it meets those criteria.
I've tried using Median(If( and Boolean logic but I'm admittedly stumped... Is there anyway for Excel to auto-calculate this for me (without needing to manually filter data and aggregating it? If so, how would I do this?
I have a set of raw data (Shown Below)
I want to find the Median of the data in Row K (Gain) for all the cells where the DEF Call (Row H) is "Base Tommy" AND it's in Hole (Row R) 2 OR 3 OR 4 OR 5. (I don't want the median to include any other values of Row K where those criteria aren't met, i.e. Hole 7 or 8, Def Call "Arrow 4", )
Hypothetically, I want to be able to add new data to this worksheet and have Excel auto calculate the Median for all the data, including the new data, as long as it meets those criteria.
I've tried using Median(If( and Boolean logic but I'm admittedly stumped... Is there anyway for Excel to auto-calculate this for me (without needing to manually filter data and aggregating it? If so, how would I do this?