View Single Post
  #2  
Old April 14th, 2009, 12:43 AM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default How do I use a cell format to figure out a data?

You will have to use VBA to grab the colorindex of the cells.

Do you want to do that?

See Chip Pearson's site for UDF's for working with colorindex.

http://www.cpearson.com/excel/colors.aspx


Gord Dibben MS Excel MVP


On Mon, 13 Apr 2009 14:19:01 -0700, vvenk
wrote:

Hello:

I have a spreadsheet that has different color fills do denote something:

Blue: Planned
Orange: Unplanned
Grey: Suspended.

Can somebody tell me how I can infer the data based on the fill color?

venki