Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EG EG is offline
external usenet poster
 
Posts: 38
Default cell formula for using progressive information in other cells

I would like to write a formula for cell P8 which equals the value of the
last cell in which a value was entered in column M. Thus, if cell M1 is the
only cell in column M that has data in it, then P8=M1. when the next set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or 10.38.
In other words, what ever the last data value is of the last cell filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default cell formula for using progressive information in other cells

This will get the last NUMERIC value in the column

=INDEX(M:M,MATCH(9.99999999999999E+307,M:M))

"EG" wrote:

I would like to write a formula for cell P8 which equals the value of the
last cell in which a value was entered in column M. Thus, if cell M1 is the
only cell in column M that has data in it, then P8=M1. when the next set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or 10.38.
In other words, what ever the last data value is of the last cell filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EG EG is offline
external usenet poster
 
Posts: 38
Default cell formula for using progressive information in other cells

What is the 9.9999999999999E+307 about? why did you choose those numbers?

"Duke Carey" wrote:

This will get the last NUMERIC value in the column

=INDEX(M:M,MATCH(9.99999999999999E+307,M:M))

"EG" wrote:

I would like to write a formula for cell P8 which equals the value of the
last cell in which a value was entered in column M. Thus, if cell M1 is the
only cell in column M that has data in it, then P8=M1. when the next set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or 10.38.
In other words, what ever the last data value is of the last cell filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default cell formula for using progressive information in other cells

It is just a very big number that is very unlikely to be used within the
spreadsheet, so it will match the last number in the column


--
__________________________________
HTH

Bob

"EG" wrote in message
...
What is the 9.9999999999999E+307 about? why did you choose those numbers?

"Duke Carey" wrote:

This will get the last NUMERIC value in the column

=INDEX(M:M,MATCH(9.99999999999999E+307,M:M))

"EG" wrote:

I would like to write a formula for cell P8 which equals the value of
the
last cell in which a value was entered in column M. Thus, if cell M1
is the
only cell in column M that has data in it, then P8=M1. when the next
set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or
10.38.
In other words, what ever the last data value is of the last cell
filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EG EG is offline
external usenet poster
 
Posts: 38
Default cell formula for using progressive information in other cells

great - thanks! EG

"Bob Phillips" wrote:

It is just a very big number that is very unlikely to be used within the
spreadsheet, so it will match the last number in the column


--
__________________________________
HTH

Bob

"EG" wrote in message
...
What is the 9.9999999999999E+307 about? why did you choose those numbers?

"Duke Carey" wrote:

This will get the last NUMERIC value in the column

=INDEX(M:M,MATCH(9.99999999999999E+307,M:M))

"EG" wrote:

I would like to write a formula for cell P8 which equals the value of
the
last cell in which a value was entered in column M. Thus, if cell M1
is the
only cell in column M that has data in it, then P8=M1. when the next
set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or
10.38.
In other words, what ever the last data value is of the last cell
filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default cell formula for using progressive information in other cells

=LOOKUP(10^10,M:M)


"EG" wrote:

I would like to write a formula for cell P8 which equals the value of the
last cell in which a value was entered in column M. Thus, if cell M1 is the
only cell in column M that has data in it, then P8=M1. when the next set of
data is added to column M, now M2=10.38. Thus, P8 would now = M2, or 10.38.
In other words, what ever the last data value is of the last cell filled in
column M, that is what cell P8 equals. is there a way to do this??

Thx.

EG

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
non-progressive formula copying jgraulau Excel Worksheet Functions 2 August 17th 07 03:41 PM
how do I refer to a cell using information from other cells SCOTT Excel Discussion (Misc queries) 5 June 22nd 06 05:06 AM
Separating information in one cell into several cells ChuckW Excel Discussion (Misc queries) 5 February 14th 06 02:22 PM
Progressive Addition Formula Robert Moore Excel Worksheet Functions 2 July 17th 05 03:52 AM
Can I have a progressive number in the same cell when printing? Mark Excel Worksheet Functions 0 July 8th 05 12:46 PM


All times are GMT +1. The time now is 05:12 PM.

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

About Us

"It's about Microsoft Excel"