Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
xcelion
 
Posts: n/a
Default Help! Formula to find the address of particular value in sheet


Hi All,

Iam a excel newbie.I want to know is there any formula avaliable to
find the address of particular value in sheet.For eg if there is value
"Mark" in some cells in sheet i want to find the address of that
cell.Is it possible through formula or do i have to write UDF ?

Thanks in advance
Xcelion


--
xcelion
------------------------------------------------------------------------
xcelion's Profile: http://www.excelforum.com/member.php...o&userid=16287
View this thread: http://www.excelforum.com/showthread...hreadid=386737

  #2   Report Post  
mangesh_yadav
 
Posts: n/a
Default


To find the address, you need to know which cell the value "mark" is in.
If you know that (and assuming it is C4), then use:

=CELL("address",C4)

If you use some formula then use:
=ADDRESS(MATCH("mark",C:C),3)
here, we know before hand that "mark" lies in column C and so use 3,
and match "mark" in column C to get the row number. You could reverse
it for unknown column position, and a known row.


Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=386737

  #3   Report Post  
xcelion
 
Posts: n/a
Default


Hi Mangesh
Thanks for your help.I really solved my issue and save me a lot of
time :)

Thanks
Xcelion


--
xcelion
------------------------------------------------------------------------
xcelion's Profile: http://www.excelforum.com/member.php...o&userid=16287
View this thread: http://www.excelforum.com/showthread...hreadid=386737

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
Formula to find cell with data on a row Steved Excel Worksheet Functions 5 June 10th 05 09:17 PM
Find and Replace Formula Links Werner Rohrmoser Excel Worksheet Functions 0 June 9th 05 12:13 PM
The formula to find the smallest number in a row not equal to zero seastheday Excel Worksheet Functions 8 April 14th 05 11:58 PM
How do I find the contents of a cell using the "ADDRESS" function. sweeney Excel Worksheet Functions 2 April 5th 05 03:23 AM
I there an easy way to find out if any formula reference a cell? Marc New Users to Excel 1 December 6th 04 10:41 PM


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