View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Randy Randy is offline
external usenet poster
 
Posts: 213
Default Conditional Format

I'm wanting to shade a cell if 2 conditions are true. They problem I am
having is that one of the cells uses the VLOOKUP function. I can get the cell
to change colors if I specify just one condition. Example:
=AND(B4=F277,B6=0). I want a range of cells to be specified. When I try
this, the condition doesnt work. Such As: =AND(B4=F277:F284,B6=0). I've even
tried: =AND(B4=$F$277:$F$284,B6=0). How can I specify a range of cells in a
conditional format? Should I be using an IF statement?