View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Romileyrunner1 Romileyrunner1 is offline
external usenet poster
 
Posts: 73
Default How to write an `IF` and an `OR` formula

Hi,
I want to write the following: (but this doesn`t work)

=IF(H751, OR I75<1,"A",(""))

Meaning, If value in H75 1 OR if value in I75<1, then put in an `A`
otherwise if both statements are false, then leave blank.
Any ideas guys?
Thanks

RR1