Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, | Excel Worksheet Functions | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? | Excel Worksheet Functions | |||
Return cell address of a cell based on contents of cell. | Excel Worksheet Functions | |||
How to create table of cell names with the name's cell address | Excel Discussion (Misc queries) | |||
store cell contents and cell address for comparsion & suming | Excel Programming |