ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   get all cell address (https://www.excelbanter.com/excel-programming/396860-get-all-cell-address.html)

[email protected]

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


kassie

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




All times are GMT +1. The time now is 05:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com