ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need formula for last cell filled in on a row (https://www.excelbanter.com/excel-discussion-misc-queries/85179-need-formula-last-cell-filled-row.html)

Calculation of Text

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?

Biff

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" wrote in
message ...
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?




L. Howard Kittle

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" wrote in
message ...
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?





All times are GMT +1. The time now is 09:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com