=if formulae

J

Janie

I have and excel spreadsheet which I wish to record an error message if one
cell as a value of more than zero and the cell below it has a value of zero.

I have managed the first part of the formula but can not figure out how if
the both cells are zero to return a " " result.
 
J

Joe User

Janie said:
I have and excel spreadsheet which I wish to
record an error message if one cell as a value
of more than zero and the cell below it has a
value of zero.

Ostensibly:

=if(and(A1>0,A2=0), "ERROR", "")


----- original message -----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top