Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to sort by the fill-in color in Excel? I do a lot of
highlighting rows, etc. and it would be so much easier than having to cut and paste. -- Thanks! Heather |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Get the colorindex in a separate column with the following UDF
Function GetCI(rng As Range) As Long GetCI = rng.Interior.Colorindex End Function in the cell, =GetCI(A2) and then sort on that new column of CIs. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Heather" wrote in message ... Is it possible to sort by the fill-in color in Excel? I do a lot of highlighting rows, etc. and it would be so much easier than having to cut and paste. -- Thanks! Heather |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting rows by colors | Excel Discussion (Misc queries) | |||
Sorting Rows By Colors | Excel Discussion (Misc queries) | |||
Fill colors and sorting | Excel Discussion (Misc queries) | |||
Sorting by Colors | Excel Discussion (Misc queries) | |||
Sorting by colors | Excel Discussion (Misc queries) |