#1   Report Post  
Larry
 
Posts: n/a
Default cell addresses

I want to return the cell address of a cell containing a specific value.

eg. input a date and return the cell address where that date is found
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Larry

assuming that your dates are in B1:B200 and the date you're looking for is
in cell E1 the formula would be

=CELL("address",INDEX(B1:B200,MATCH(E1,B1:B200,0)) )

Cheers
JulieD

"Larry" wrote:

I want to return the cell address of a cell containing a specific value.

eg. input a date and return the cell address where that date is found

  #3   Report Post  
Max
 
Posts: n/a
Default

On the face of it ..

Suppose you have in A1:A3, the dates:
02-May-05, 03-May-05, 04-May-05

and you enter in B1: 03-May-05

Putting in say, C1: =ADDRESS(MATCH(B1,A:A,0),1,4)
will then return "A2", the cell in A1:A3 which contains the date matching
that input in B1

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Larry" wrote in message
...
I want to return the cell address of a cell containing a specific value.

eg. input a date and return the cell address where that date is found



  #4   Report Post  
Larry
 
Posts: n/a
Default

can I locate the cell address with only the cell value. The only info I
would know is the column (eg. column A). I am trying to use this to locate a
range in another formula.

"Larry" wrote:

I want to return the cell address of a cell containing a specific value.

eg. input a date and return the cell address where that date is found

  #5   Report Post  
Max
 
Posts: n/a
Default

"Larry" wrote
can I locate the cell address with only the cell value.


But wasn't this was your original question for which you've already got 2
responses to try ?

The only info I would know is the column (eg. column A).
I am trying to use this to locate a range in another formula.


This is perhaps too vague for a meaningful response to be given.
One pointer that you seem to be hinting at is the use of INDIRECT. Try
providing more details on your set-up, some sample data, the expected
results, present formulas which you're using, etc, and I'm sure that you'd
receive better responses.
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


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
how to create a variable column in cell reference Sampson Excel Worksheet Functions 3 February 21st 05 10:13 PM
Problems copying street addresses and dates C. Dales Excel Discussion (Misc queries) 4 February 11th 05 01:43 PM
Can a Formula in Cell X modify Cell Y? alMandragor Excel Discussion (Misc queries) 7 February 10th 05 09:51 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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