Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default return the Cell address of a value

Column C Column D
Age 3
Column A Column B


1 0.001 I would like to look up the value column A that matches
2 0.002 the value in Column D (3) and display the result as the cell
3 0.003 address
4 0.004 I'm using Excel 2007

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default return the Cell address of a value

Try this...

Assuming the data in column A is in the range A3:A100.

=ADDRESS(MATCH(D2,A3:A100,0)+ROW(A3)-1,COLUMN(A3),4)

--
Biff
Microsoft Excel MVP


"Jack_442" wrote in message
...
Column C Column D
Age 3
Column A Column B


1 0.001 I would like to look up the value column A that matches
2 0.002 the value in Column D (3) and display the result as the cell
3 0.003 address
4 0.004 I'm using Excel 2007



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default return the Cell address of a value

Thank you this works

"T. Valko" wrote:

Try this...

Assuming the data in column A is in the range A3:A100.

=ADDRESS(MATCH(D2,A3:A100,0)+ROW(A3)-1,COLUMN(A3),4)

--
Biff
Microsoft Excel MVP


"Jack_442" wrote in message
...
Column C Column D
Age 3
Column A Column B


1 0.001 I would like to look up the value column A that matches
2 0.002 the value in Column D (3) and display the result as the cell
3 0.003 address
4 0.004 I'm using Excel 2007




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default return the Cell address of a value

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Jack_442" wrote in message
...
Thank you this works

"T. Valko" wrote:

Try this...

Assuming the data in column A is in the range A3:A100.

=ADDRESS(MATCH(D2,A3:A100,0)+ROW(A3)-1,COLUMN(A3),4)

--
Biff
Microsoft Excel MVP


"Jack_442" wrote in message
...
Column C Column D
Age 3
Column A Column B


1 0.001 I would like to look up the value column A that matches
2 0.002 the value in Column D (3) and display the result as the cell
3 0.003 address
4 0.004 I'm using Excel 2007






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
USING VLOOKUP TO RETURN A CELL ADDRESS psych142 Excel Worksheet Functions 5 December 8th 08 01:04 AM
Return a cell address Frank Pytel Excel Worksheet Functions 5 October 31st 08 12:19 PM
LOOKUP & RETURN CELL ADDRESS Carolan Excel Worksheet Functions 12 June 2nd 08 07:53 AM
Lookup, and Return Cell Address ryguy7272 Excel Worksheet Functions 7 September 22nd 07 09:46 AM
V Lookup and return cell address Thomas Excel Worksheet Functions 1 January 30th 06 08:09 PM


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