Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Get cell address from Lookup function results

Hi Guis,

I have a spreadsheet to copy data into specific columns.

I was heading to use the lookup functions in order to identify de
destination cell address but I cannot convert the lookup results into a cell
reference.

Is there any way of doing that? Or else, how can I perform a search to
identify the correct destination cell address?

Thanks in advance
Felipe
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Get cell address from Lookup function results

Hello Felipe
Use MATCH instead for example :

=MATCH(B1,A1:A500,0)
Where B1 is the criteria you're looking for
And A1:A500 is the range where stands your data.

This will return the position number where the value will be found.
It will then be easily adapted to return a cell address with the ADDRESS
function, for example:

=ADDRESS(MATCH(B1,A1:A500,0),1)
This will return an absolute range address
If you wish to return a relative cell address, use:
=ADDRESS(MATCH(B1,A1:A500,0),1,4)

See help on both these functions.

HTH
Cordially
Pascal


"Felipe Accioly" a écrit dans le
message de news: ...
Hi Guis,

I have a spreadsheet to copy data into specific columns.

I was heading to use the lookup functions in order to identify de
destination cell address but I cannot convert the lookup results into a
cell
reference.

Is there any way of doing that? Or else, how can I perform a search to
identify the correct destination cell address?

Thanks in advance
Felipe



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
Invalid LOOKUP Function Results lmavroff Excel Worksheet Functions 8 August 20th 08 04:01 PM
Using a lookup function to output a cell address [email protected] Excel Discussion (Misc queries) 3 July 2nd 08 09:13 PM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
look up a value that results in a cell address outlook help New Users to Excel 7 January 26th 05 10:21 PM
Using the results of CELL function ("address" info type) Frank Kabel Excel Programming 0 September 7th 04 07:38 PM


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