Thread
:
Using cell color as criteria
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Using cell color as criteria
if range("a1").interior.ColorIndex=3 then msgbox "hi"
--
Don Guillett
SalesAid Software
"Susan" wrote in message
...
Hi, I'd like to write a formula with IF function, using a cell color as a
criteria. Is this possible?
Like,
=IF([cell.fill.color]=red,[dothis],[dothat])
Thanks.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett