chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Hey team,
Looking for additional assistance. My formula:
=MEDIAN(if('Review/Analysis'!A6:A24="TRUE",'Review/Analysis'!O6:O24))
&
=ArrayFormula(MEDIAN(if('Review/Analysis'!A6:A24="TRUE",'Review/Analysis'!O6:O24))) [tried it as an array as well]
My issue is that it does not return any results even though the parameters are met. The error I get is: MEDIAN has no valid input data.
My Goal: I'm trying to return the median (and mode) value of a range of numbers, based on the fact that the respective column A = "TRUE". I understand if only one value is selected as TRUE, it shouldn't return anything, but I've tried where multiple rows in Column A = "TRUE", but still the formula doesn't work.
Hope this is descriptive enough. Else I can create a user friendly example to share.
Thank you.
Looking for additional assistance. My formula:
=MEDIAN(if('Review/Analysis'!A6:A24="TRUE",'Review/Analysis'!O6:O24))
&
=ArrayFormula(MEDIAN(if('Review/Analysis'!A6:A24="TRUE",'Review/Analysis'!O6:O24))) [tried it as an array as well]
My issue is that it does not return any results even though the parameters are met. The error I get is: MEDIAN has no valid input data.
My Goal: I'm trying to return the median (and mode) value of a range of numbers, based on the fact that the respective column A = "TRUE". I understand if only one value is selected as TRUE, it shouldn't return anything, but I've tried where multiple rows in Column A = "TRUE", but still the formula doesn't work.
Hope this is descriptive enough. Else I can create a user friendly example to share.
Thank you.