Sum Functions - cell prompting

  • Thread starter Thread starter Jason S
  • Start date Start date
J

Jason S

I have a simple sum formula of 2 cells I have but I want
to make sure that the person puts a number in both cells.
I.E. the formula won't work and will notify the person
they must enter in values for both cells. So I guess I
need a "calculate" button and it looks at both cells.

HELP!!!
 
How about:

=IF(COUNT(A1:B1)<2,"Enter Data in BOTH A1 and B1",A1+B1)
 

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