Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Match or Index or Lookup???

I want to find the weight (A3 570) within the table (D1:K3), and return the
$/kg rate multipled by the weight, plus the Base. I'm struggling on using a
match/ index function, should I just be using a lookup function or both?

A B C D E F G H I
J K
1 1 250 251 500 501 1000
1001 3000
2 Base $/kg Base $/kg Base $/kg Base
$/kg
3 570 25 0.118 35 0.083 40 0.055 50
0.053
4
5

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,593
Default Match or Index or Lookup???

I am struggling to understand the data. What result numbers would be used in
this calculation if doing it on paper?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Qld Help.." <Qld wrote in message
...
I want to find the weight (A3 570) within the table (D1:K3), and return the
$/kg rate multipled by the weight, plus the Base. I'm struggling on using
a
match/ index function, should I just be using a lookup function or both?

A B C D E F G H I
J K
1 1 250 251 500 501 1000
1001 3000
2 Base $/kg Base $/kg Base $/kg
Base
$/kg
3 570 25 0.118 35 0.083 40 0.055 50
0.053
4
5



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Match or Index or Lookup???

In D1:K3 I have 1, 250, 251, 500, 501, 750,751, 1000
In D3:K3: I have 25, 0.118, etc

In A3 I have 570
In B3 I used =MATCH(INT(A3/250)*250,D1:K1,1) --- this gives 4 meaning the
fourth element in D1:K1
In B4 I used =INDEX(D3:K3,B3) --- gives me 0.083 for the $/kg
In B5 I used =INDEX(D3:K3,B3-1) --- gives me 35 for the base
I will let you combine the three formulas to get the answer

But it would have bee much easier if row 2 has the $/kg and row 3 had the
base!
Ie the data one under the other rather than side by side for each Kg value
Then we could use HLOOKUP
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Qld Help.." <Qld wrote in message
...
I want to find the weight (A3 570) within the table (D1:K3), and return the
$/kg rate multipled by the weight, plus the Base. I'm struggling on using
a
match/ index function, should I just be using a lookup function or both?

A B C D E F G H I
J K
1 1 250 251 500 501 1000
1001 3000
2 Base $/kg Base $/kg Base $/kg
Base
$/kg
3 570 25 0.118 35 0.083 40 0.055 50
0.053
4
5



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Match or Index or Lookup???

On thinking about this, I bet it is a homework assignment!
No one would actually use a table like that!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Qld Help.." <Qld wrote in message
...
I want to find the weight (A3 570) within the table (D1:K3), and return the
$/kg rate multipled by the weight, plus the Base. I'm struggling on using
a
match/ index function, should I just be using a lookup function or both?

A B C D E F G H I
J K
1 1 250 251 500 501 1000
1001 3000
2 Base $/kg Base $/kg Base $/kg
Base
$/kg
3 570 25 0.118 35 0.083 40 0.055 50
0.053
4
5



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Match or Index or Lookup???

No this is not a homework assignment, Im trying to understand how and where
to apply a match/ index in work. Thanks for your help.

"Bernard Liengme" wrote:

On thinking about this, I bet it is a homework assignment!
No one would actually use a table like that!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Qld Help.." <Qld wrote in message
...
I want to find the weight (A3 570) within the table (D1:K3), and return the
$/kg rate multipled by the weight, plus the Base. I'm struggling on using
a
match/ index function, should I just be using a lookup function or both?

A B C D E F G H I
J K
1 1 250 251 500 501 1000
1001 3000
2 Base $/kg Base $/kg Base $/kg
Base
$/kg
3 570 25 0.118 35 0.083 40 0.055 50
0.053
4
5




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
Lookup, index, match? Kikuchisawa Excel Worksheet Functions 1 March 10th 08 09:14 PM
index match lookup rplp81 New Users to Excel 1 November 15th 06 08:23 PM
Lookup or Index/Match Scorpvin Excel Discussion (Misc queries) 1 May 16th 06 07:35 PM
MATCH, INDEX, LOOKUP - Help! RobPot Excel Worksheet Functions 4 October 18th 05 04:33 PM
lookup (v,h,index,match) briank Excel Worksheet Functions 1 February 9th 05 02:05 AM


All times are GMT +1. The time now is 07:22 PM.

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

About Us

"It's about Microsoft Excel"