Mahfuzah90
New Member
- Joined
- Oct 12, 2016
- Messages
- 3
Hello guys, can anyone help me to create a formula for 2 situation as below:
SITUATION 1
KM = Kilometres
RM = currency
Total KM = 943KM (Assumption Cell = A2) , Total Cost = RM??
[TABLE="width: 500"]
<tbody>[TR]
[TD]First 500KM[/TD]
[TD]X RM0.70[/TD]
[/TR]
[TR]
[TD]Next 500KM[/TD]
[TD]X RM0.65[/TD]
[/TR]
</tbody>[/TABLE]
Formula i used in excel:
=A2*0.65+MIN(A2,500)*0.05
=RM637.95
*it's correct formula???,
SITUATION 2
KM = Kilometres
RM = currency
Total KM = 943KM (Assumption Cell = A2), Total Cost = RM??
[TABLE="width: 500"]
<tbody>[TR]
[TD]First 50 KM[/TD]
[TD]RM150.00[/TD]
[/TR]
[TR]
[TD]Next 200KM[/TD]
[TD]x RM3.00[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM2.25[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM1.50[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM1.13[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM0.75[/TD]
[/TR]
</tbody>[/TABLE]
Or if you have other formula that more easier than this? kindly share with me.
Thank you in advance.
SITUATION 1
KM = Kilometres
RM = currency
Total KM = 943KM (Assumption Cell = A2) , Total Cost = RM??
[TABLE="width: 500"]
<tbody>[TR]
[TD]First 500KM[/TD]
[TD]X RM0.70[/TD]
[/TR]
[TR]
[TD]Next 500KM[/TD]
[TD]X RM0.65[/TD]
[/TR]
</tbody>[/TABLE]
Formula i used in excel:
=A2*0.65+MIN(A2,500)*0.05
=RM637.95
*it's correct formula???,
SITUATION 2
KM = Kilometres
RM = currency
Total KM = 943KM (Assumption Cell = A2), Total Cost = RM??
[TABLE="width: 500"]
<tbody>[TR]
[TD]First 50 KM[/TD]
[TD]RM150.00[/TD]
[/TR]
[TR]
[TD]Next 200KM[/TD]
[TD]x RM3.00[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM2.25[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM1.50[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM1.13[/TD]
[/TR]
[TR]
[TD]Next 250KM[/TD]
[TD]x RM0.75[/TD]
[/TR]
</tbody>[/TABLE]
Or if you have other formula that more easier than this? kindly share with me.
Thank you in advance.