Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
non-progressive formula copying | Excel Worksheet Functions | |||
how do I refer to a cell using information from other cells | Excel Discussion (Misc queries) | |||
Separating information in one cell into several cells | Excel Discussion (Misc queries) | |||
Progressive Addition Formula | Excel Worksheet Functions | |||
Can I have a progressive number in the same cell when printing? | Excel Worksheet Functions |