+ Reply to Thread
Results 1 to 3 of 3

Need formula for last cell filled in on a row

  1. #1
    Calculation of Text
    Guest

    Need formula for last cell filled in on a row

    I have linked worksheets where there is a row of values on one sheet where a
    person's weight is entered (eg., each column is a week and there is a weight
    entered for each week for 12 weeks).

    We want the other worksheet to just show the latest entry, so that it can be
    printed and sent out.

    How can I make this Workbook "smart" enough to know?

  2. #2
    Biff
    Guest

    Re: Need formula for last cell filled in on a row

    Hi!

    This will return the last numeric value entered on Sheet2 from row 1:

    =LOOKUP(9.99999999999999E+307,Sheet2!1:1)

    If no numeric values are found it will return #N/A.

    Biff

    "Calculation of Text" <[email protected]> wrote in
    message news:[email protected]...
    >I have linked worksheets where there is a row of values on one sheet where
    >a
    > person's weight is entered (eg., each column is a week and there is a
    > weight
    > entered for each week for 12 weeks).
    >
    > We want the other worksheet to just show the latest entry, so that it can
    > be
    > printed and sent out.
    >
    > How can I make this Workbook "smart" enough to know?




  3. #3
    L. Howard Kittle
    Guest

    Re: Need formula for last cell filled in on a row

    I found this will "smarten up" your workbook to do that.

    =LOOKUP(2,1/(Sheet1!1:1),Sheet1!1:1)

    I have studied it a bit and I cannot figure out the logic as given by the
    function wizard.

    This works for the vertical, seems you have to specify the range.

    =LOOKUP(2,1/(Sheet1!A1:A20),Sheet1!A1:A20)

    HTH
    Regards,
    Howard

    "Calculation of Text" <[email protected]> wrote in
    message news:[email protected]...
    >I have linked worksheets where there is a row of values on one sheet where
    >a
    > person's weight is entered (eg., each column is a week and there is a
    > weight
    > entered for each week for 12 weeks).
    >
    > We want the other worksheet to just show the latest entry, so that it can
    > be
    > printed and sent out.
    >
    > How can I make this Workbook "smart" enough to know?




+ 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