Willjcbaker
New Member
- Joined
- Apr 4, 2017
- Messages
- 3
Hi all,
I'm pulling my hair out trying to get a medianIF to work.I have two columns, one with time stamps (E), and the other with an elapsed time SUM calculation in it(F).
I want to find the median of all the values in F, which are in a custom date format of [HH]:MM:SS but also exclude any incomplete records that have no time stamp in column E.
What I've tried is: =MEDIAN(IF($E$2:$E$62000<>"0000-00-00 00-00-00",$F$2:$F$62000,))
But it just returns a value of 0. I've tried rewriting the formula to ignore anything that has "$VALUE!" In column F, but that didn't work either.
Please someone help so I can stop pulling my hair out!
I'm pulling my hair out trying to get a medianIF to work.I have two columns, one with time stamps (E), and the other with an elapsed time SUM calculation in it(F).
I want to find the median of all the values in F, which are in a custom date format of [HH]:MM:SS but also exclude any incomplete records that have no time stamp in column E.
What I've tried is: =MEDIAN(IF($E$2:$E$62000<>"0000-00-00 00-00-00",$F$2:$F$62000,))
But it just returns a value of 0. I've tried rewriting the formula to ignore anything that has "$VALUE!" In column F, but that didn't work either.
Please someone help so I can stop pulling my hair out!