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

Excel Formulas

thifu3

New Member
hi everyone.


my question is if a cell value is more than some value how i add it to another cell.

for example. i can only accumulate 8 off days and if it exceeds the amount it should forfeit. so, if it is 9 then i want it to be added in "forfeit" column.
 
Hi Thifu,


Does it solve your concern:


Data set


A B C

1 1 1

2 2 2

1 3 1

3 4 3

6 5 6

9 6 15


Try this formula =IFERROR(IF(A2>8,(B2+A2),A2),"")


Regards,

Kuldeep
 
Thifu


The best way to get a meaningful answer is tom post a sample file

Refer: http://chandoo.org/forums/topic/posting-a-sample-workbook
 
Back
Top