#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Still not working

I am trying to tally the life time hours of a piece of equipment taht the
hour meter has quiy working on. I know the hours on it when new meter was
installed. What I want is to have the total hours displayed in the same cell
for referance. The problem is everyday the formula needs to change. Example
day one the formula would be (A1+4000), the next day (a2+4000) and so on.
I guess what I want to know is there a formula that will take the last
cell in a colum that has data in it and add 4000 to it ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Still not working

=INDEX(A:A,MATCH(9.99999999999999E+307,A:A)) + 4000
--
HTH...

Jim Thomlinson


"Jerry R" wrote:

I am trying to tally the life time hours of a piece of equipment taht the
hour meter has quiy working on. I know the hours on it when new meter was
installed. What I want is to have the total hours displayed in the same cell
for referance. The problem is everyday the formula needs to change. Example
day one the formula would be (A1+4000), the next day (a2+4000) and so on.
I guess what I want to know is there a formula that will take the last
cell in a colum that has data in it and add 4000 to it ?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Still not working

Hi,

Provided the last cell in the range is a number this will do that

=LOOKUP(2,1/(A1:A20<""),A1:A20)+4000

Alter a1:a20 to be larger than the likely maximum range

Mike

"Jerry R" wrote:

I am trying to tally the life time hours of a piece of equipment taht the
hour meter has quiy working on. I know the hours on it when new meter was
installed. What I want is to have the total hours displayed in the same cell
for referance. The problem is everyday the formula needs to change. Example
day one the formula would be (A1+4000), the next day (a2+4000) and so on.
I guess what I want to know is there a formula that will take the last
cell in a colum that has data in it and add 4000 to it ?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Still not working

Another one...

=LOOKUP(1E100,A:A)+4000

That will "find" the *last* numeric entry in column A and add 4000.

--
Biff
Microsoft Excel MVP


"Jerry R" wrote in message
...
I am trying to tally the life time hours of a piece of equipment taht the
hour meter has quiy working on. I know the hours on it when new meter was
installed. What I want is to have the total hours displayed in the same
cell
for referance. The problem is everyday the formula needs to change.
Example
day one the formula would be (A1+4000), the next day (a2+4000) and so on.
I guess what I want to know is there a formula that will take the last
cell in a colum that has data in it and add 4000 to it ?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Still not working

In the imortal words of Elvis, THANK YOU, THANK YOU VERY MUCH !!!!

"Mike H" wrote:

Hi,

Provided the last cell in the range is a number this will do that

=LOOKUP(2,1/(A1:A20<""),A1:A20)+4000

Alter a1:a20 to be larger than the likely maximum range

Mike

"Jerry R" wrote:

I am trying to tally the life time hours of a piece of equipment taht the
hour meter has quiy working on. I know the hours on it when new meter was
installed. What I want is to have the total hours displayed in the same cell
for referance. The problem is everyday the formula needs to change. Example
day one the formula would be (A1+4000), the next day (a2+4000) and so on.
I guess what I want to know is there a formula that will take the last
cell in a colum that has data in it and add 4000 to it ?

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
Get next working day Savio Excel Discussion (Misc queries) 6 February 1st 09 12:18 PM
Calculate working days but change working week SamB Excel Discussion (Misc queries) 1 September 1st 08 09:17 PM
Making weekend days working days - the system cuts the working tim Fluffy Excel Discussion (Misc queries) 1 May 30th 08 10:02 PM
IF not working amandooshna Excel Worksheet Functions 9 March 28th 07 02:11 PM
Working out UK tax hawkeye uk New Users to Excel 6 March 11th 05 04:23 PM


All times are GMT +1. The time now is 04:17 AM.

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"