Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula for Cell Color? 1

Status
Not open for further replies.

jennuhw

MIS
Apr 18, 2001
426
US
I have a spreadsheet that I need a formula or vb script. I have a formula in column L that is
=IF(I182="",(IF(J182="Not Found","X"))).
This part is working fine, but I need to find out the cell color . If it is a certain color, I need to change the row color. Thanks!
 
In the Excel Answer Wizard type in Cell Color and then click on Formulas as Formatting Criteria for examples of working with cell color.
 
I created the module, and place the =SCI(H2) in a cell. This let me to use the color value in the IF statment. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top