answersLogoWhite

0

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

User Avatar

Wiki User

10y ago

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
More answers

You would put the formula into an IF function. Then you would check if the result was negative and if it was you would return zero or otherwise return the result of the formula. That means the formula would be in the IF function twice. Once to check if its result is negative or not and once to give its value if the value is positive. If we take a very simple formula, which subtracts one number from another, you could have either of these:

=IF( A3-B3<0, 0, A3-B3)

=IF( A3-B3 >=0, A3-B3, 0)

You would substitute your own formula for the A3-B3 part.

User Avatar

Wiki User

8y ago
User Avatar

You could use an IF function like this, where the number you want to possibly round is in cell A2 and the formula is in another cell. It basically says if the value is less than zero then make it zero or else use the value that it already is.

=IF(A2<0,0,A2)

User Avatar

Wiki User

10y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a formula to zero if negative in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp