View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_492_] Rick Rothstein \(MVP - VB\)[_492_] is offline
external usenet poster
 
Posts: 1
Default Conditional Formatting Formula

Try this formula...

=OR(A1="V",A1="V.5")

where you would replace the A1 reference with the active cell in the range
you are setting the Conditional Format for.

Rick


"bdmatlock" wrote in message
...
What is the formula to apply conditional formatting if the cell value is
"V"
or "V.5"? I can only get it to work with a single value argument.