Lookup functions

Killer_Bud

New Member
Joined
Nov 7, 2005
Messages
21
I have a table that runs from L2:T52. I am trying to do a lookup function
to look for G3 in Column L and to look for H4 in either Column M,N,O,P,Q,R,S,T and then return the intersecting dollar amount.
Is there a way to do this with one formula ?

ie: Lookup finds G3 on Row 28, and H4 in Column Q and then returns
the intersecting dollar value.

Please help.....been trying to figure this out for many months now !!

Regards,
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
I was able to do this, but had to make an assumption. I'm assuming your range of L2:T52 has headers in L1:T1. I'm assuming you're putting the name of the header / column label in H4.

=VLOOKUP(G3,L2:T52,MATCH(H4,L1:T1,0),0)

Explanation. Looks for value in G3 in the range L2:L52, then returns the value in the nth column, where n is the number of the column that the value of H4 is found in the range L1:T1.
 
Upvote 0
Hi.....your assumption was correct.....but why now when I input this am I getting an N/A# error ? From what I can tell this should work fine ?
Help !!!
 
Upvote 0
Killer_Bud said:
I have a table that runs from L2:T52. I am trying to do a lookup function
to look for G3 in Column L and to look for H4 in either Column M,N,O,P,Q,R,S,T and then return the intersecting dollar amount.
Is there a way to do this with one formula ?

ie: Lookup finds G3 on Row 28, and H4 in Column Q and then returns
the intersecting dollar value.

Please help.....been trying to figure this out for many months now !!

Regards,

Are L2:L52 and M1:T1 in ascending order?
 
Upvote 0
Thanks......that was the problem ( ascending order )
Works like a charm. Thanks for all the help !!!!
 
Upvote 0

Forum statistics

Threads
1,214,868
Messages
6,122,005
Members
449,059
Latest member
mtsheetz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top