Hi, is it possible to rank the Price in ascending order but have all 0 Prices still ranked last? At the moment the 0 Prices are returning as Rank 1 as they are the lowest value?
Example Data
User,Price,Rank
abc,0,5
def,0,5
ghi,1,1
jkl,4,4
mno,5,3
pqr,3,2
Many thanks
Brian
Example Data
User,Price,Rank
abc,0,5
def,0,5
ghi,1,1
jkl,4,4
mno,5,3
pqr,3,2
Many thanks
Brian