• 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 formula required

pallu

Member
Agesum assuredPremium
51-60
500000​
1000​
61-70
400000​
2000​
71-80
300000​
3000​
81-90
200000​
4000​
emp codeemp nameagededuction amount
xxxyyyy71-80
3000​
Please help with formula in deduction amount column
 
pallu, Good morning.

You're asking for an IF Function solution.

Try this one:

D8 --> =IF(C8>80;4000;IF(C8>70;3000;IF(C8>60;2000;IF(C8>50;1000;0))))

BUT, if you can modify your table, you will have the benefit of using the VLOOKUP function.

See the example I created for you.

Was this what you wanted?

Hope this helps.
 

Attachments

  • sum assured.xlsx
    10.6 KB · Views: 4
Hi
Thanks for the forumula

if sum assured amount is not consider in the formula Eg: sum assured amount is 4lakh premium amount will differ according to the age selection

regards
PP
 
Perhaps =LOOKUP(C8,A2:A5,C2:C5)
(I have no idea what "lakh" means please use terms everyone can understand without having to loose time searching the net. Thanks)
 
Back
Top