srinath tantri
New Member
- Joined
- Dec 10, 2017
- Messages
- 12
Hello all,
I have a project to work on where i am unaware and failed to get output i am looking for. Can anyone look into the below description with condtions and help me with a code which would fulfil this.
For example:
B7 = Receipt amount
E7 = Claim amount.
Claim amount= If Receipt amount<=35000 then the value in Claim amount=100% of Receipt amount ---(Condtion 1)
= If Receipt amount>35000 & Receipt amount<=90000
until 35000 the value in Claim amount=100% + Receipt amount>35000 & Receipt amount<=90000 =70% ----- (Condtion 2)
Ex : Receipt amount= 89000
Claim amount = 35000=100%
= 54000=70%
= 100%+70%
Claim amount = 35000(100%)+ 37800(70%)
= 72800
= If Receipt amount>90000 until 35000 the value in Claim amount=100% + Receipt amount>35000 & Receipt amount<=90000 =70%. ---(Conditon 3)
Receipt amount exceeding 90000=0%
Ex : Receipt amount = 95000
Claim amount = 35000 = 100%
= 55000 = 70%
= 5000 = 0%
= 100%+ 70% + 0%
Claim amount = 35000(100%)+ 38500 (70%) + 0
Claim amount = 73500
I woulld really appreciate in advance for helping me out in resolving this.
Thank you so much,
Hope you all have a great rest of the day!
I have a project to work on where i am unaware and failed to get output i am looking for. Can anyone look into the below description with condtions and help me with a code which would fulfil this.
For example:
B7 = Receipt amount
E7 = Claim amount.
Claim amount= If Receipt amount<=35000 then the value in Claim amount=100% of Receipt amount ---(Condtion 1)
= If Receipt amount>35000 & Receipt amount<=90000
until 35000 the value in Claim amount=100% + Receipt amount>35000 & Receipt amount<=90000 =70% ----- (Condtion 2)
Ex : Receipt amount= 89000
Claim amount = 35000=100%
= 54000=70%
= 100%+70%
Claim amount = 35000(100%)+ 37800(70%)
= 72800
= If Receipt amount>90000 until 35000 the value in Claim amount=100% + Receipt amount>35000 & Receipt amount<=90000 =70%. ---(Conditon 3)
Receipt amount exceeding 90000=0%
Ex : Receipt amount = 95000
Claim amount = 35000 = 100%
= 55000 = 70%
= 5000 = 0%
= 100%+ 70% + 0%
Claim amount = 35000(100%)+ 38500 (70%) + 0
Claim amount = 73500
I woulld really appreciate in advance for helping me out in resolving this.
Thank you so much,
Hope you all have a great rest of the day!