+ Reply to Thread
Results 1 to 5 of 5

Linking changing values (cells) between worksheets.

Hybrid View

  1. #1
    Tumbleweed
    Guest

    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.

  2. #2
    Max
    Guest

    Re: Linking changing values (cells) between worksheets.

    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+307,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" <Tumbleweed@discussions.microsoft.com> wrote in message
    news:8563E828-2064-4BE0-BFEF-189A8571EA84@microsoft.com...
    > 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.




  3. #3
    Max
    Guest

    Re: Linking changing values (cells) between worksheets.

    > .. (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
    ---



  4. #4
    Max
    Guest

    Re: Linking changing values (cells) between worksheets.

    > .. (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
    ---



  5. #5
    Max
    Guest

    Re: Linking changing values (cells) between worksheets.

    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+307,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" <Tumbleweed@discussions.microsoft.com> wrote in message
    news:8563E828-2064-4BE0-BFEF-189A8571EA84@microsoft.com...
    > 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.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1