#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default cell color

Following microsoft.com one of the differences between excel 2000 and 2007 is
the feature filtering on cell color instead of text only.

So I am using Excel 2000, please understand that updating to 2007 is to
expensive. I just want to been able to filter on cell color. Are there any
other solutions, for example a plugin/addin or something.

Thanks in advance.

Robert
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default cell color

Excel 2003, should work in Excel 2000 as well

to simply filter on cell colors you might use the following function:

Function kolor(cell As Range) As Integer
kolor = cell.Interior.ColorIndex
End Function

press Alt+F11
then Insert-Module
and paste the a/m code

presume you want to determine color of A1
then in B1 insert the following:
=kolor(A1)

copy down and apply autofilter

HIH
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default cell color

http://www.rondebruin.nl/easyfilter.htm

has an option to filter on colour.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"rapgame" wrote in message
...
Following microsoft.com one of the differences between excel 2000 and 2007
is
the feature filtering on cell color instead of text only.

So I am using Excel 2000, please understand that updating to 2007 is to
expensive. I just want to been able to filter on cell color. Are there any
other solutions, for example a plugin/addin or something.

Thanks in advance.

Robert



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default cell color

Copy Chip Pearson's ColorIndexOfCell function then filter by the index number
returned from the formulas.

http://www.cpearson.com/excel/SortByColor.htm


Gord Dibben MS Excel MVP

On Tue, 15 Jul 2008 01:54:00 -0700, rapgame
wrote:

Following microsoft.com one of the differences between excel 2000 and 2007 is
the feature filtering on cell color instead of text only.

So I am using Excel 2000, please understand that updating to 2007 is to
expensive. I just want to been able to filter on cell color. Are there any
other solutions, for example a plugin/addin or something.

Thanks in advance.

Robert


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't format cell color/text color in Office Excel 2003 in fil Tony S Excel Discussion (Misc queries) 1 December 21st 07 01:41 PM
Make text color match cell color with macro? JoeSpareBedroom Excel Discussion (Misc queries) 1 June 26th 07 07:09 PM
Excel: Syntax to change cell color based on color of another cell davew18 Excel Worksheet Functions 1 January 4th 07 01:24 PM
Can't format cell color/text color in Office Excel 2003 in files . albertaman Excel Discussion (Misc queries) 0 February 16th 06 03:56 AM
How to change the default Border, Font Color, and Cell Color Elijah Excel Discussion (Misc queries) 3 November 2nd 05 11:52 PM


All times are GMT +1. The time now is 04:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"