How do you create IF function with YES/NO, and Color fill

  • Thread starter Thread starter Brandon
  • Start date Start date
B

Brandon

How do you create an IF function to color fill a cell with, for example,
green if YES is entered, or red if NO is entered?? For example: IF(I3:I120,
"YES" THEN COLOR=0,176,80) and IF(I3:I120, "NO" THEN COLOR=255,0,0).

thanks,
Brandon
 
Hi,
Excel has no built-in "Color" function, (that I know of). You could write
one, but Conditional Formatting is easier.
Dave.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top