![]() |
Linking changing values (cells) between worksheets.
How can I create a link from a column in one worksheet to another cell in a
worksheet. More specifically I have a column of dates and then a column of values tied to those dates. I want to link to the last value entered in that column, so as the last value gets added each day. I want that link to show the updated value on the other worksheet. |
One way ..
Assuming in Sheet1, the col of dates (real dates) is in col A, values to return in col B, and the dates / values are progressively entered down the cols (i.e. dates in col A are not entered ahead of values in col B) In Sheet2, we could put in say, B2: =INDEX(Sheet1!B:B,MATCH(LOOKUP(9.99999999999999E+3 07,Sheet1!A:A),Sheet1!A:A, 0)) which should return the value in col B in Sheet1 corresponding to the latest date entered in col A -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Tumbleweed" wrote in message ... How can I create a link from a column in one worksheet to another cell in a worksheet. More specifically I have a column of dates and then a column of values tied to those dates. I want to link to the last value entered in that column, so as the last value gets added each day. I want that link to show the updated value on the other worksheet. |
.. (i.e. dates in col A are not entered ahead of values in col B)
Above should read clearer? as: (i.e. dates in col A are not pre-entered way ahead of values in col B) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 --- |
All times are GMT +1. The time now is 02:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com