formulas

  • Thread starter Thread starter phil parker
  • Start date Start date
P

phil parker

I have entered a formula into a spreadsheet the formula
is =SUM(E9/46)now if the sum is negative i.e.-12 i want
excel to display a zero and if it is positive i want it
to display the reqiured figure how do i tell it to do
this ????

Please help
 
Hi
first: no need for using SUM
=E9/46 would give you the same result.

But to your question: Try
=MAX(E9/46,0)
 

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