Is there a way to Sort data by color in Excel?

D

Dave Peterson

You're gonna need a User defined function to get the value of a color.

See Chip Pearson's site for a nice version:
http://www.cpearson.com/excel/colors.htm
Look for: Returning The ColorIndex Of A Cell

Then you could use that UDF in a separate column and sort by that column.
 
Top