Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Vlookup and Hlookup Combine?

Hi,

I have a table like this:

Model Option 1 Option 2 Option 3
A $10 $15 $5
B $20 $17 $5
C $30 $19 $5

Now i want to find the value of the Model A and Option 3 or Model A and
Option 1 or so on...
Would any one can help me to create an formula which combine the vlookup and
Hlookup together...

Much appreciated.
Thanks,
MyLan

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Vlookup and Hlookup Combine?

With your table in the range A1:D4...

F2 = model lookup = A
G2 = option lookup = option 3

=VLOOKUP(F2,A1:D4,MATCH(G2,A1:D1,0),0)

--
Biff
Microsoft Excel MVP


"MyLan" wrote in message
...
Hi,

I have a table like this:

Model Option 1 Option 2 Option 3
A $10 $15 $5
B $20 $17 $5
C $30 $19 $5

Now i want to find the value of the Model A and Option 3 or Model A and
Option 1 or so on...
Would any one can help me to create an formula which combine the vlookup
and
Hlookup together...

Much appreciated.
Thanks,
MyLan



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 combine vlookup with hlookup Doug Excel Worksheet Functions 2 April 23rd 23 11:42 AM
Can you combine VLOOKUP with a nest HLOOKUP? PCoyne Excel Discussion (Misc queries) 3 July 3rd 07 08:06 PM
Combine Vlookup and Hlookup serge Excel Worksheet Functions 1 March 12th 07 03:35 AM
Do I need to combine hlookup and countif????? sharkh Excel Worksheet Functions 2 August 17th 06 05:05 PM
HLookup, IF statement, multiple sort, somehow combine all of these Gita at CASTLE Excel Worksheet Functions 0 May 2nd 06 07:43 PM


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