Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
WM WM is offline
external usenet poster
 
Posts: 11
Default How to generate Minimum formula?

If the requirement of the calculation is as following:

eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00

Kindly advise on how to generate a formula for the above. Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 179
Default How to generate Minimum formula?

Use If function
Eg
A1: 250 (sample value)
B1: =if(A1<250,50.00,A1*0.20)

pls do rate

"wm" wrote:

If the requirement of the calculation is as following:

eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00

Kindly advise on how to generate a formula for the above. Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
WM WM is offline
external usenet poster
 
Posts: 11
Default How to generate Minimum formula?

Thanks, mate. It helped a lot. :)

"Muhammed Rafeek M" wrote:

Use If function
Eg
A1: 250 (sample value)
B1: =if(A1<250,50.00,A1*0.20)

pls do rate

"wm" wrote:

If the requirement of the calculation is as following:

eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00

Kindly advise on how to generate a formula for the above. Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
WM WM is offline
external usenet poster
 
Posts: 11
Default How to generate Minimum formula?

Dear Muhammed,

Thanks for your help on below.

I have another question for the following case:

eg: 10.00 per 1st 5 items, 5.00 per every additional 5 items
Thus, if the total is 20 items, then the answer would be 20.00.

Hope u may assist. TQ.



"Muhammed Rafeek M" wrote:

Use If function
Eg
A1: 250 (sample value)
B1: =if(A1<250,50.00,A1*0.20)

pls do rate

"wm" wrote:

If the requirement of the calculation is as following:

eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00

Kindly advise on how to generate a formula for the above. Thanks in advance.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 418
Default How to generate Minimum formula?

wm wrote:
If the requirement of the calculation is as following:
eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00


=max(50, 0.20*A1)



  #6   Report Post  
Posted to microsoft.public.excel.newusers
WM WM is offline
external usenet poster
 
Posts: 11
Default How to generate Minimum formula?

Thanks joeu2004. It helped!

" wrote:

wm wrote:
If the requirement of the calculation is as following:
eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00


=max(50, 0.20*A1)


  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 179
Default How to generate Minimum formula?

I think in ur Q-eq some mistake is the
if item is 20 then answer would be 25 according to ur logic.

pls check it out below mention formula

=IF(A1=5,10+INT((A1-5)/5)*5,10)

OR

=IF(A1=5,10+((A1-5)/5)*5,10)

u can tray both and see the result.
let me know if u need further information.


"wm" wrote:

Dear Muhammed,

Thanks for your help on below.

I have another question for the following case:

eg: 10.00 per 1st 5 items, 5.00 per every additional 5 items
Thus, if the total is 20 items, then the answer would be 20.00.

Hope u may assist. TQ.



"Muhammed Rafeek M" wrote:

Use If function
Eg
A1: 250 (sample value)
B1: =if(A1<250,50.00,A1*0.20)

pls do rate

"wm" wrote:

If the requirement of the calculation is as following:

eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00

Kindly advise on how to generate a formula for the above. Thanks in advance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Problem trying to generate a report with a formula [email protected] Excel Discussion (Misc queries) 5 October 3rd 06 01:00 PM
Issue with a formula to help generate a report. BillOSull Excel Worksheet Functions 0 September 29th 06 10:46 AM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


All times are GMT +1. The time now is 09:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"