Re : Sorting columns by text colour

F

Frank Kabel

Hi
one way:
- create a helper column
- Use the UDF Colorindex from Bob Phillips/Harlan Grove which can be
found in the following thread: http://tinyurl.com/2u22g
- in your helper column add the formula =Colorindex(A1)
- copy this down

Now you can sort with this helper column
 
Top