View Single Post
 
Old 02-17-2016, 07:26 AM
Phil H Phil H is offline Windows XP Office 2010 64bit
Advanced Beginner
 
Join Date: Jun 2010
Posts: 81
Phil H is on a distinguished road
Default Conditional Formatting a Range

Need a CF formula for the range AG3:AG32.

If any of the cells is blank, or less than or equal to the value in cell AG2. Trying =IF(OR(ISBLANK(AG3)),<=(AG2)) but it doesn't work.
Reply With Quote