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

Extract value for numbers

First Example:

Total = 1000

A1 = 200 (Fix Value)
A2 = 200 ( Fix Value)
A3 = 600 Rest balance

Second Example:

Total Amount 325

A1= 200 (Fix Value)
A2 =125
A3 = 0
 

Attachments

  • Book2.xlsx
    9.9 KB · Views: 4
B4 = =IF(B2<=200,B2,200)
B5 = =IF(B2<=400,B2-B4,200)
B5 = =B2-B4-B5
copy all to E and H
 

Attachments

  • Book2_ETAF.xlsx
    10.3 KB · Views: 10
Back
Top