Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default Two-Input table

Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be sensitive
please....

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Two-Input table

In A1: 2500, in B1: 75%, then in C1: =A1*B1
C1 is the base formula, A1 & B1 are the 2 variables

To set-up the 2 variable data table
Place in say, B3: =C1
(just a simple link pointing to the base formula cell)

List sample values for row inputs in C3:H3, eg: 1000, 1500, .. 3500
List sample values for col inputs in B4:B12, eg: 50%, 55%, .. 90%

Select B3:H12
Click Data Table
In the Table dialog, enter for
Row input: A1
Column input: B1
Click OK. That's it!. The data table's done ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be sensitive
please....

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default Two-Input table

Thanku kindly Max... I will give it ago tonight when children go to
bed...Have a look in tomorrow just incase i need your help...Once
again...many thanks

Justina

"Max" wrote:

In A1: 2500, in B1: 75%, then in C1: =A1*B1
C1 is the base formula, A1 & B1 are the 2 variables

To set-up the 2 variable data table
Place in say, B3: =C1
(just a simple link pointing to the base formula cell)

List sample values for row inputs in C3:H3, eg: 1000, 1500, .. 3500
List sample values for col inputs in B4:B12, eg: 50%, 55%, .. 90%

Select B3:H12
Click Data Table
In the Table dialog, enter for
Row input: A1
Column input: B1
Click OK. That's it!. The data table's done ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be sensitive
please....

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Two-Input table

welcome ..

here's a quick sample for your easy reference:
http://cjoint.com/?gEnQPmXn2E
justina_newusers.xls
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Thanku kindly Max... I will give it ago tonight when children go to
bed...Have a look in tomorrow just incase i need your help...Once
again... many thanks


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default Two-Input table

Hi Justina

In addition to what Max has given you, do ensure that in
ToolsoptionsCalculation you are set to Automatic, and not Automatic
except Tables
Otherwise you will have a frustrating time wondering why Max's file
works, and yours doesn't.

--
Regards

Roger Govier


"Justina" wrote in message
...
Thanku kindly Max... I will give it ago tonight when children go to
bed...Have a look in tomorrow just incase i need your help...Once
again...many thanks

Justina

"Max" wrote:

In A1: 2500, in B1: 75%, then in C1: =A1*B1
C1 is the base formula, A1 & B1 are the 2 variables

To set-up the 2 variable data table
Place in say, B3: =C1
(just a simple link pointing to the base formula cell)

List sample values for row inputs in C3:H3, eg: 1000, 1500, .. 3500
List sample values for col inputs in B4:B12, eg: 50%, 55%, .. 90%

Select B3:H12
Click Data Table
In the Table dialog, enter for
Row input: A1
Column input: B1
Click OK. That's it!. The data table's done ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be
sensitive
please....





  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default Two-Input table

Thankyou Roger, Your help is very much appreciated...
Regards Justina

"Roger Govier" wrote:

Hi Justina

In addition to what Max has given you, do ensure that in
ToolsoptionsCalculation you are set to Automatic, and not Automatic
except Tables
Otherwise you will have a frustrating time wondering why Max's file
works, and yours doesn't.

--
Regards

Roger Govier


"Justina" wrote in message
...
Thanku kindly Max... I will give it ago tonight when children go to
bed...Have a look in tomorrow just incase i need your help...Once
again...many thanks

Justina

"Max" wrote:

In A1: 2500, in B1: 75%, then in C1: =A1*B1
C1 is the base formula, A1 & B1 are the 2 variables

To set-up the 2 variable data table
Place in say, B3: =C1
(just a simple link pointing to the base formula cell)

List sample values for row inputs in C3:H3, eg: 1000, 1500, .. 3500
List sample values for col inputs in B4:B12, eg: 50%, 55%, .. 90%

Select B3:H12
Click Data Table
In the Table dialog, enter for
Row input: A1
Column input: B1
Click OK. That's it!. The data table's done ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be
sensitive
please....




  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default Two-Input table


Ok iam still having difficulty working this one out. I have done all i am
suppose to but when i click ok after completing all tasks it give me the 1875
figure in every cell on my table...Eeeek, what am i doing wrong...this is
what was happening to be before i posted thread. I just cant seem to figure
it out...Please help...
"Roger Govier" wrote:

Hi Justina

In addition to what Max has given you, do ensure that in
ToolsoptionsCalculation you are set to Automatic, and not Automatic
except Tables
Otherwise you will have a frustrating time wondering why Max's file
works, and yours doesn't.

--
Regards

Roger Govier


"Justina" wrote in message
...
Thanku kindly Max... I will give it ago tonight when children go to
bed...Have a look in tomorrow just incase i need your help...Once
again...many thanks

Justina

"Max" wrote:

In A1: 2500, in B1: 75%, then in C1: =A1*B1
C1 is the base formula, A1 & B1 are the 2 variables

To set-up the 2 variable data table
Place in say, B3: =C1
(just a simple link pointing to the base formula cell)

List sample values for row inputs in C3:H3, eg: 1000, 1500, .. 3500
List sample values for col inputs in B4:B12, eg: 50%, 55%, .. 90%

Select B3:H12
Click Data Table
In the Table dialog, enter for
Row input: A1
Column input: B1
Click OK. That's it!. The data table's done ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Allowence $au 2500
Exchange rate 75%
Converted rate 1875

How do i do a two input table to calculate rates on a table
A B C D E
$1875 1000 1500 2000 2500
50%
55%
60%
70%
so it calcualtes the rates for me? i have fiddles around with a few
different ways but am getting no where fast.
Please Help and thanks in advanced...I am a new user so be
sensitive
please....




  #8   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Two-Input table

Why not take a look at the working sample I provided ?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Justina" wrote:
Ok iam still having difficulty working this one out. I have done all i am
suppose to but when i click ok after completing all tasks it give me the 1875
figure in every cell on my table...Eeeek, what am i doing wrong...this is
what was happening to be before i posted thread. I just cant seem to figure
it out...Please help...


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
Two-Input table Justina New Users to Excel 0 June 30th 07 09:20 AM
data table, two-input Jig Excel Discussion (Misc queries) 1 December 19th 06 04:20 PM
Data Table Input Limits Tom Pye Excel Worksheet Functions 0 March 28th 06 12:10 PM
Match function in a two input table Anh Excel Worksheet Functions 4 December 25th 05 10:07 PM
Input Cell in One variable data table Dottore Magistrale Excel Worksheet Functions 0 August 30th 05 06:25 PM


All times are GMT +1. The time now is 02:23 AM.

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"