close

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 quot;smartquot; enough to know?

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

quot;Calculation of Textquot; gt; wrote in
message ...
gt;I have linked worksheets where there is a row of values on one sheet where
gt;a
gt; person's weight is entered (eg., each column is a week and there is a
gt; weight
gt; entered for each week for 12 weeks).
gt;
gt; We want the other worksheet to just show the latest entry, so that it can
gt; be
gt; printed and sent out.
gt;
gt; How can I make this Workbook quot;smartquot; enough to know?
I found this will quot;smarten upquot; 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

quot;Calculation of Textquot; gt; wrote in
message ...
gt;I have linked worksheets where there is a row of values on one sheet where
gt;a
gt; person's weight is entered (eg., each column is a week and there is a
gt; weight
gt; entered for each week for 12 weeks).
gt;
gt; We want the other worksheet to just show the latest entry, so that it can
gt; be
gt; printed and sent out.
gt;
gt; How can I make this Workbook quot;smartquot; enough to know?

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()