View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lavanya Lavanya is offline
external usenet poster
 
Posts: 5
Default Logical function

Hi,
I am trying to apply conditional formatting if one of two column is not
divisible by 5. which logical function should i be using? can someone help?
Can i say something like IF(=or(A2/5, B2/5), "True")?