Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That's the question really....
Can I filter a row depending on the colour that I've highlighted it with? I have a spreadsheet with lots of different highlighted fields in rows. I want to be able to filter out all but one colour for example? Any ideas? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're talking about FONT color:
If your data is in A1:E100 and the column you want to test is D, you can select F1, then define a name, say Color, to be =Get.Cell(24,Sheet1!D1) (make sure the D1 is relative (No "$"). Then in F1 enter =Color and fill down. this will return a value from 0-16 (so really fancy colors may not work here) and you can filter by this column. If you're talking about PATTERN color, use =Get.Cell(38,Sheet1!D1) "Tricky" wrote in message oups.com... That's the question really.... Can I filter a row depending on the colour that I've highlighted it with? I have a spreadsheet with lots of different highlighted fields in rows. I want to be able to filter out all but one colour for example? Any ideas? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob,
Thanks for that... I'm going to need to sit down and decipher your response to be honest, but thanks in advance of it working!! Bob Umlas wrote: If you're talking about FONT color: If your data is in A1:E100 and the column you want to test is D, you can select F1, then define a name, say Color, to be =Get.Cell(24,Sheet1!D1) (make sure the D1 is relative (No "$"). Then in F1 enter =Color and fill down. this will return a value from 0-16 (so really fancy colors may not work here) and you can filter by this column. If you're talking about PATTERN color, use =Get.Cell(38,Sheet1!D1) "Tricky" wrote in message oups.com... That's the question really.... Can I filter a row depending on the colour that I've highlighted it with? I have a spreadsheet with lots of different highlighted fields in rows. I want to be able to filter out all but one colour for example? Any ideas? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Go to this site and download the EasyFilter free add-in - It has sorting
options including colot http://www.rondebruin.nl/ "Bob Umlas" wrote: If you're talking about FONT color: If your data is in A1:E100 and the column you want to test is D, you can select F1, then define a name, say Color, to be =Get.Cell(24,Sheet1!D1) (make sure the D1 is relative (No "$"). Then in F1 enter =Color and fill down. this will return a value from 0-16 (so really fancy colors may not work here) and you can filter by this column. If you're talking about PATTERN color, use =Get.Cell(38,Sheet1!D1) "Tricky" wrote in message oups.com... That's the question really.... Can I filter a row depending on the colour that I've highlighted it with? I have a spreadsheet with lots of different highlighted fields in rows. I want to be able to filter out all but one colour for example? Any ideas? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the colour of the 'filter arrows' | Excel Worksheet Functions | |||
how to filter out highlighted cells | Excel Discussion (Misc queries) | |||
How can i change cell colour depending on month of date in cell? | Excel Discussion (Misc queries) | |||
Is it possible to change the blue colour of an activated Auto Filter button? | Excel Discussion (Misc queries) | |||
Filter arrow colour in Excel | Excel Worksheet Functions |