Validation applied to formula result

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a simple formula
eg. D1=A1*C1

Without complicating the question is there any way to ensure that the
formula result in D1 is only negative and a stop message given if the result
is positive.

Thanks Glenn
 
Maybe use an adjacent cell with another formula:

=if(a1*c1<0,"","Stop--it's non-negative!")
 

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

Back
Top