Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default get all cell address

I have a string which has been extracted from a formula. It looks
like:

SUM(Sheet1:Sheet5!C8).

Can some one tell me how I can take this and then display each of the
five cell addresses and values with each one, ie a list like this

Sheet1!C8 - value from the cell of x
Sheet2!C8 - value from the cell of y
Sheet3!C8 - value from the cell of z
Sheet4!C8 - value from the cell of a
Sheet5!C8 - value from the cell of b

Thanks
be

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 515
Default get all cell address

Prefix an "=" to each statement to get the results. If you really want the
value and the cell address in one cell, you can use something like
="Sheet1!C8 = "&Sheet1!C8
--
Hth

Kassie Kasselman
Change xxx to hotmail


" wrote:

I have a string which has been extracted from a formula. It looks
like:

SUM(Sheet1:Sheet5!C8).

Can some one tell me how I can take this and then display each of the
five cell addresses and values with each one, ie a list like this

Sheet1!C8 - value from the cell of x
Sheet2!C8 - value from the cell of y
Sheet3!C8 - value from the cell of z
Sheet4!C8 - value from the cell of a
Sheet5!C8 - value from the cell of b

Thanks
be


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
How to create table of cell names with the name's cell address WildwoodEngr Excel Discussion (Misc queries) 1 October 26th 06 02:52 PM
store cell contents and cell address for comparsion & suming Jim Whelchel Excel Programming 1 November 24th 04 04:03 PM


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