Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Calculation of Text
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Deferring conditional formatting? Pheasant Plucker® Excel Discussion (Misc queries) 14 March 17th 06 08:17 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


All times are GMT +1. The time now is 02:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"