Hi All, I currently have a top X formula going on.
I142 is whatever number I want to put in, for example 10.
I143: =IFERROR(LARGE($N$2:$N$126, $I142),"0")
I144: =IFERROR(COUNTIF($N$2:$N126,">="&$I143)," ")
I would like to change I144 so that when it looks at I143 and it is zero (based on the formula in 142) then it either does not perform the count or displays as blank or zero (if that is easier).
Essentially, if we don't have a top x and i142 is blank or zero (again I'm good with either) then I don't want to see anything in I144.
I hope that makes sense, and I really appreciate the help.
I142 is whatever number I want to put in, for example 10.
I143: =IFERROR(LARGE($N$2:$N$126, $I142),"0")
I144: =IFERROR(COUNTIF($N$2:$N126,">="&$I143)," ")
I would like to change I144 so that when it looks at I143 and it is zero (based on the formula in 142) then it either does not perform the count or displays as blank or zero (if that is easier).
Essentially, if we don't have a top x and i142 is blank or zero (again I'm good with either) then I don't want to see anything in I144.
I hope that makes sense, and I really appreciate the help.