View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default IF and OR nested function

What error do you get?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jon M" wrote in message
...
I need to test a cell to see if the cell is blank or if the value is < 0.
Trying:

=IF((OR(A2="",A2<0),1,0)) should return 1 if it is blank or less than 0
and
0 if cell contains a value 0.

Keep getting an error.

Can you tell me where I am going wrong?

Thanks,