Hi,
I need a Rank function which the inclusion of Rank is based on weather another column in the file is populated with an X.
So, Rank column AF, if Column C contains an X.
Thanks.
Doesn't work. It is not identifying that C is blank. Would an If C <> X, then Rank AF work?
A B Rank of column B if A = X
135
1
X 8 1
X 213 3
X 378 5
X 54 2
X 264 4
20
58
Note the rows without an X are not included in the Rank in column C, essentially they are skipped for the Ranking. Is there a function for this? Thank You!
Yeah, much closer! Results are returning a 1 when AF is blank. Is there a way to eliminate consideration in Rank if AF is blank? If I change the last part to "-1" will the results change to descending order? That's how my boss likes it!
You are AWESOME! Thank You So much.