• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

If function excel

cs389

New Member
Hi I am trying to do an if function to say that if the value is less than 0 make it 0 and if its more than 0 keep it as what it is so ive typed


=IF(D52<0,0,D52)


and the original value of D52 was 0.2 so it should stay as 0.2 and excel says the function answer is 0.2 but 0 comes up in the cell!! Why?!


Thanks

carrie
 
ditto to what mrzoogle said. Also, you could change your formula to:

=MAX(0,D52)


It's "slightly" more efficient.
 
Hi, cs389!

It sounds too strange for me too... Could we have an uploaded file just to check it directly?

Regards!
 
Back
Top