• 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.

Formula calculation help

Hi,

I want help to create the following formula but I am sure how to do it.

A-B = X

If X is equal or less than fixed value in column C then change that value to the one found in column C. X could contain some negative values which I also need to set to the value in column C.

Any ideas,

Best,

Francis
 
Paste this in X1:

=IF(A1-B1<=C1,C1,A1-B1)

(see attached)

Does that solve it?
 

Attachments

  • francis1.xlsx
    8.3 KB · Views: 2
Back
Top