Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default hlookup & addresses

Can Hlookup and Vlookup return an address?

i need to construct a formula that will look up a value in a row, and then
look up another value in that column (there may be more than one of the same
values in that column). i need the address of the value that is found in the
column
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default hlookup & addresses

With questions like this it helps to know the layout of
the data with regard to specific rows and columns. Let's
start with this:

Let's assume you're trying to locate the number 88 in row
1, and once its found, you want to identify the location
of the word apple. You could use:

=ADDRESS(MATCH("apple",OFFSET(A1,,MATCH(88,1:1,0)-
1,1000),0),MATCH(88,1:1,0),4)

HTH
Jason
Atlanta, GA

-----Original Message-----
Can Hlookup and Vlookup return an address?

i need to construct a formula that will look up a value

in a row, and then
look up another value in that column (there may be more

than one of the same
values in that column). i need the address of the value

that is found in the
column
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default hlookup & addresses

thats the strategy i was looking for

thanks Jason!

"Jason Morin" wrote:

With questions like this it helps to know the layout of
the data with regard to specific rows and columns. Let's
start with this:

Let's assume you're trying to locate the number 88 in row
1, and once its found, you want to identify the location
of the word apple. You could use:

=ADDRESS(MATCH("apple",OFFSET(A1,,MATCH(88,1:1,0)-
1,1000),0),MATCH(88,1:1,0),4)

HTH
Jason
Atlanta, GA

-----Original Message-----
Can Hlookup and Vlookup return an address?

i need to construct a formula that will look up a value

in a row, and then
look up another value in that column (there may be more

than one of the same
values in that column). i need the address of the value

that is found in the
column
.


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
V/HLookup 2010charliep Excel Discussion (Misc queries) 3 March 23rd 10 10:34 AM
HLookup help Txlonghorn76 Excel Worksheet Functions 1 September 16th 08 09:04 PM
Hlookup Duplatt New Users to Excel 11 November 9th 07 03:05 PM
hlookup tikchye_oldLearner57 Excel Discussion (Misc queries) 2 March 5th 07 05:36 PM
Hlookup/max value? swjtx Excel Worksheet Functions 4 December 19th 05 12:45 AM


All times are GMT +1. The time now is 05:44 PM.

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"