Krishna Khemraj
New Member
I've used http://chandoo.org/wp/2008/10/22/sorting-text-in-excel-using-formulas/
to create a method to sort a list using formulas and it works great.
I use the following to rank the entries then use a VLOOKUP and ROW to sort the data.
=IF(COUNTIF(range,"<="&A4)=0,0,COUNTIF(range,"<="&A4))
Does anyone have a method to force one entry to the top of the list?
Albert
All
Fred
Linda
Mary
Tina
I would like the All to be at the top.
to create a method to sort a list using formulas and it works great.
I use the following to rank the entries then use a VLOOKUP and ROW to sort the data.
=IF(COUNTIF(range,"<="&A4)=0,0,COUNTIF(range,"<="&A4))
Does anyone have a method to force one entry to the top of the list?
Albert
All
Fred
Linda
Mary
Tina
I would like the All to be at the top.