View Single Post
 
Old 08-06-2014, 10:58 PM
excelledsoftware excelledsoftware is offline Windows 7 64bit Office 2003
IT Specialist
 
Join Date: Jan 2012
Location: Utah
Posts: 455
excelledsoftware will become famous soon enough
Default

conditional formatting is on the formatting ribbon. A quick Youtube search will pull up some examples. The other thing you will want to know is how to write an if statement. They are fairly simple.
Code:
=if(a1=2,True,False)
if the value of cell a1 is equal to 2 then this statement would be true and then your conditional formatting would apply.
Reply With Quote