Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default cell address extraction

Demoing from the Immediate window:

Range("A1").Value = 5 ' row
Range("B1").Value = 10 ' column
? Cells(range("A1").Value, Range("B1").Value).Address
$J$5
? Cells(range("A1").Value, Range("B1").Value).Value
Value of J5

a function

=Indirect(Address(A1,B1))

again returns the value held in cell J5. (the text "Value of J5")

--
Regards,
Tom Ogilvy




Dave wrote in message
...
Is there any VBA code or function in Excel 97 that will
return a specific cell address that can be located only
by values in other cells?



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
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, sarah Excel Worksheet Functions 2 February 17th 09 02:59 PM
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? sarah Excel Worksheet Functions 0 February 17th 09 02:06 PM
Return cell address of a cell based on contents of cell. Danny Excel Worksheet Functions 4 November 15th 08 03:11 AM
Extraction Martina Excel Worksheet Functions 4 May 24th 07 04:48 AM
selected extraction of cell ref in a series of cells in a row/colu romelsb Excel Worksheet Functions 0 November 3rd 06 10:37 PM


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