srinath tantri
New Member
- Joined
- Dec 10, 2017
- Messages
- 12
Hello Guys,
Hope you are doing well today,
Can you please assist me in providing the two different functions for each of the below two scenarios
Formula required for the below condition for first excel sheet:
If B7 = Receipt Amount
E7 = Claim Amount
· Claim amount = If Receipt amount<=35000 then the value in Claim Amount = 100% of receipt amount ----- Condition 1
· Claim Amount = If receipt amount>35000 then
Up to 35000 the value in claim amount = 100% + Receipt amount > 35000 = 70% and maximum claim amount can be $90000 ----------Condition 2
Ex: Receipt amount= $ 120000
Claim amount = up to $35000=100%
<wbr> For remaining $85000 = 70%
Claim amount = 35000(100%) + 85000(70%)
= 35000+59500
= 94500
As the claim amount is more than 90000 I want Claim amount to showcase maximum of $90000
Ex 2: Receipt amount= $90000
Claim amount = up to $35000= 100%
<wbr> For remaining 55000= 70%
Claim amount = 35000+55000(70%)
<wbr>= 35000+38500
= 73500
Formula required for the below condition which needs to be placed in a separate excel sheet:
If B7 = Receipt Amount
E7 = Claim Amount
· Claim amount = If Receipt amount<=25000 then the value in Claim Amount = 100% of receipt amount ----- Condition 1
· Claim Amount = If receipt amount>25000 then
Up to 25000 the value in claim amount = 100% + Receipt amount > 25000 = 70% ----------Condition 2
The condition is similar to the above provided however this does not have any maximum limit and the amount is different.
Hope you are doing well today,
Can you please assist me in providing the two different functions for each of the below two scenarios
Formula required for the below condition for first excel sheet:
If B7 = Receipt Amount
E7 = Claim Amount
· Claim amount = If Receipt amount<=35000 then the value in Claim Amount = 100% of receipt amount ----- Condition 1
· Claim Amount = If receipt amount>35000 then
Up to 35000 the value in claim amount = 100% + Receipt amount > 35000 = 70% and maximum claim amount can be $90000 ----------Condition 2
Ex: Receipt amount= $ 120000
Claim amount = up to $35000=100%
<wbr> For remaining $85000 = 70%
Claim amount = 35000(100%) + 85000(70%)
= 35000+59500
= 94500
As the claim amount is more than 90000 I want Claim amount to showcase maximum of $90000
Ex 2: Receipt amount= $90000
Claim amount = up to $35000= 100%
<wbr> For remaining 55000= 70%
Claim amount = 35000+55000(70%)
<wbr>= 35000+38500
= 73500
Formula required for the below condition which needs to be placed in a separate excel sheet:
If B7 = Receipt Amount
E7 = Claim Amount
· Claim amount = If Receipt amount<=25000 then the value in Claim Amount = 100% of receipt amount ----- Condition 1
· Claim Amount = If receipt amount>25000 then
Up to 25000 the value in claim amount = 100% + Receipt amount > 25000 = 70% ----------Condition 2
The condition is similar to the above provided however this does not have any maximum limit and the amount is different.