Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Formula for calculator Table

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Formula for calculator Table

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Formula for calculator Table

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Formula for calculator Table

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Formula for calculator Table

Hi Eduardo,

Sorry still couldn't get it.
Could kindly send me an Excel file to my email '

"Eduardo" wrote:

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Formula for calculator Table

Hi,
Do you get a message error, copy the formula as sent and then change the
values as follow
D3 is the cell where you enter your FX in your case 1.45
F2 is the cell where you have the value if it is less than 45
G2 is where you have the value for 45 kg but less than 100
H2 is the value for more or equal to 100Kg and less than 500

change the above cells for the ones as per your spreadsheet you should be fine

"Sky" wrote:

Hi Eduardo,

Sorry still couldn't get it.
Could kindly send me an Excel file to my email '

"Eduardo" wrote:

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Formula for calculator Table

Thanks Eduardo.

I got it. How about if I add another 1000 - 0.25.
Is there a way guide me If i need to change any thing or add more information

"Eduardo" wrote:

Hi,
Do you get a message error, copy the formula as sent and then change the
values as follow
D3 is the cell where you enter your FX in your case 1.45
F2 is the cell where you have the value if it is less than 45
G2 is where you have the value for 45 kg but less than 100
H2 is the value for more or equal to 100Kg and less than 500

change the above cells for the ones as per your spreadsheet you should be fine

"Sky" wrote:

Hi Eduardo,

Sorry still couldn't get it.
Could kindly send me an Excel file to my email '

"Eduardo" wrote:

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Formula for calculator Table

Hi,
In that case you need to change the formula to

IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,IF(AND(C4=500,C 4<1000),C4*D3*I2,C4*D3*I2)))<E2,E2,IF(C4<45,C4*D3* F2,IF(AND(C4=45,C4<100),C4*G2*D3,IF(AND(C4=100,C 4<500),IF(AND(C4=500,C4<1000),C4*D3*I2,C4*D3*H2,C 4*D3*I2))))

"Sky" wrote:

Thanks Eduardo.

I got it. How about if I add another 1000 - 0.25.
Is there a way guide me If i need to change any thing or add more information

"Eduardo" wrote:

Hi,
Do you get a message error, copy the formula as sent and then change the
values as follow
D3 is the cell where you enter your FX in your case 1.45
F2 is the cell where you have the value if it is less than 45
G2 is where you have the value for 45 kg but less than 100
H2 is the value for more or equal to 100Kg and less than 500

change the above cells for the ones as per your spreadsheet you should be fine

"Sky" wrote:

Hi Eduardo,

Sorry still couldn't get it.
Could kindly send me an Excel file to my email '

"Eduardo" wrote:

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Formula for calculator Table

Thanks Eduardo

"Eduardo" wrote:

Hi,
In that case you need to change the formula to

IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,IF(AND(C4=500,C 4<1000),C4*D3*I2,C4*D3*I2)))<E2,E2,IF(C4<45,C4*D3* F2,IF(AND(C4=45,C4<100),C4*G2*D3,IF(AND(C4=100,C 4<500),IF(AND(C4=500,C4<1000),C4*D3*I2,C4*D3*H2,C 4*D3*I2))))

"Sky" wrote:

Thanks Eduardo.

I got it. How about if I add another 1000 - 0.25.
Is there a way guide me If i need to change any thing or add more information

"Eduardo" wrote:

Hi,
Do you get a message error, copy the formula as sent and then change the
values as follow
D3 is the cell where you enter your FX in your case 1.45
F2 is the cell where you have the value if it is less than 45
G2 is where you have the value for 45 kg but less than 100
H2 is the value for more or equal to 100Kg and less than 500

change the above cells for the ones as per your spreadsheet you should be fine

"Sky" wrote:

Hi Eduardo,

Sorry still couldn't get it.
Could kindly send me an Excel file to my email '

"Eduardo" wrote:

Hi,
I assume that you enter 100 in C4 and you want the calculation in D4, I
assume as well that -45 is in F2, 45 in G2, etc and the FX 1.45 is in D3,
change in formula to fit your needs

=IF(IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2* D3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2)))<E2, E2,IF(C4<45,C4*D3*F2,IF(AND(C4=45,C4<100),C4*G2*D 3,IF(AND(C4=100,C4<500),C4*D3*H2,C4*D3*I2))))

so in D4 enter

"Sky" wrote:

Hi Eduardo,

I enter the 100 next to Port to Port. - 100 mean 100kg
35 is to tell me the min cost.
-45 mean below 45kg and +45 mean above 45kg
Is there a formula to auto run once I enter 100 (100*0.27=27*rate 1.45)=39.15.
39.15 is higher than 35 so it is OK.
If the ans is 34 it should use 35 as min.

"Eduardo" wrote:

Hi,
could you please explain where you enter 100, what is the number 35 under
currency, you have a column -45 and a column minimun, which criteria do you
use to select which column to apply

"Sky" wrote:

Hi,

Could anyone help me.
I had a table on some rate as per below shown.
If I entered 100 it will auto take 100*0.27*1.45=39.15 as formula

Airport Dest Country Currency Min -45 +45 +100 +500
ABC SIN USD 35 0.36 0.31 0.27 0.26

Airport Description Rate Comment
USA Port to Port 39.15 (100*0.27=27*rate 1.45)
SIN Delivery Charge 30
SIN Agency Fee 45
SIN DO Fee 60
SIN TH Charge 40
SIN Permit Fee 60
SIN Wharfage 60
Total 334.15


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
Help Need Formula for Calculator Windsong1948 Excel Worksheet Functions 4 June 7th 06 09:26 PM
Calculator Table R3FuSeR Excel Discussion (Misc queries) 1 March 19th 06 10:04 PM
Applying percentage calculator to table Manicjoe New Users to Excel 1 December 3rd 05 06:20 PM
mortgage calculator formula Charles Walker Excel Worksheet Functions 2 November 6th 05 03:39 PM
formula calculator for PC vs. mac pj Excel Worksheet Functions 3 February 6th 05 10:01 PM


All times are GMT +1. The time now is 05:58 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"