Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default lookup in a range then vlookup from the found value onwards

I would like to lookup a value in a column, and then from that value onwards
lookup a text. A sort of then function should be included between functions
but I can't manage! please help asap!!

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default lookup in a range then vlookup from the found value onwards

Your question is not clear. VLOOKUP allows you to find a value in a table
that is in column 1, and returns a value from another column in that same
row.
Sounds to me that this is what you need...read help on vlookup

if what you want is to use the found value to get data from another table,
then simply use the first result within a second vlookup

example

= VLOOKUP( _
what1, _
where1, _
column1, _
false)

= VLOOKUP( _
VLOOKUP(what1, where1,column1,false), _
where2, _
column2, _
false)


where1 and where2 are the table names.

HTH
Patrick Molloy
Microsoft Excel MVP


"Jeanette" wrote:

I would like to lookup a value in a column, and then from that value onwards
lookup a text. A sort of then function should be included between functions
but I can't manage! please help asap!!

Thanks

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
Vlookup using dates in the lookup range hmteacher Excel Worksheet Functions 5 October 17th 07 11:53 PM
VLOOKUP using a tab name to reference the lookup range timmulla Excel Discussion (Misc queries) 3 July 23rd 07 05:57 PM
Vlookup problem in lookup range viraj Excel Worksheet Functions 2 July 7th 07 10:00 AM
VLOOKUP range lookup xtreme_fac Excel Worksheet Functions 1 December 18th 05 10:47 AM
Range Lookup in VLookup ?'s Bronco_Junkie Excel Worksheet Functions 1 November 2nd 05 08:53 AM


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