Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default XL 2003-Formula/Conditional Formatting Question

Hi Bob

Thanks for the prompt response. I took a look at the page and I gotta tell
ya, I and people like me (non-techies) can only hope MS comes up with
something the rest of us can use! It looks pretty nifty, though.

Do you know if this can be done yet in 2007?
--
smither fan


"Bob Phillips" wrote:

You would need a UDF to check that cell colour, something like

Function IsColour(rng as range, CI as long)
if rng.Count 1 Then Exit Function
IsColour = rng.Interior.ColorIndex = Ci
End Function

and use like

=IsColour(A1,3)

testing for red.

You can't use CF to sum, but you can use the technique described here
http://www.xldynamic.com/source/xld.ColourCounter.html


--
__________________________________
HTH

Bob

"Ross" wrote in message
...
Hi all

Is there a way in 2003-conditional formatting, maybe??- to say that if a
cell is a certain color, then sum that cell with another??

Thanks!
--
smither fan




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
Another conditional formatting question. James Silverton[_2_] Excel Discussion (Misc queries) 1 March 12th 08 02:37 PM
Conditional Formatting Question Gary Excel Worksheet Functions 6 May 7th 07 11:32 PM
Conditional formatting question SGT Buckeye Excel Discussion (Misc queries) 3 August 30th 06 04:36 PM
Conditional Formatting Question sasquatchbill Excel Discussion (Misc queries) 5 August 4th 06 04:24 PM
Conditional formatting formula question Simon Excel Discussion (Misc queries) 1 July 10th 06 01:23 PM


All times are GMT +1. The time now is 12:55 PM.

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"