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...