Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I use only the last value in a column of numbers to add in a formula
elsewhere? For instance if I have a long column and add a new number to that column each week, I only want to use the last added number in my formula located elsewhere on the worksheet. -- Dale VanHoose |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOOKUP(9.99999999999999E+307,A:A)
with the numbers in column A -- Regards, Peo Sjoblom Portland, Oregon "Dale V" wrote in message ... How do I use only the last value in a column of numbers to add in a formula elsewhere? For instance if I have a long column and add a new number to that column each week, I only want to use the last added number in my formula located elsewhere on the worksheet. -- Dale VanHoose |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Peo. It works great even though I don't quite understand it.
-- Dale VanHoose "Peo Sjoblom" wrote: =LOOKUP(9.99999999999999E+307,A:A) with the numbers in column A -- Regards, Peo Sjoblom Portland, Oregon "Dale V" wrote in message ... How do I use only the last value in a column of numbers to add in a formula elsewhere? For instance if I have a long column and add a new number to that column each week, I only want to use the last added number in my formula located elsewhere on the worksheet. -- Dale VanHoose |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Dale V" wrote:
... It works great even though I don't quite understand it. Try Bob Phillips' excellent page on the subject at: http://www.xldynamic.com/source/xld.LastValue.html The formula which Peo gave can be found under part: #002 - Searching For Largest Possible Number Using LOOKUP How it works and the associated constraints are also covered, amongst other details. Look through the entire white paper, it's really a fine piece of craftsmanship there .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Max. I have a good understanding now how it works. I was even able
to make a few modifications for my application and it works fine. Thanks for the websites. -- Dale VanHoose "Max" wrote: "Dale V" wrote: ... It works great even though I don't quite understand it. Try Bob Phillips' excellent page on the subject at: http://www.xldynamic.com/source/xld.LastValue.html The formula which Peo gave can be found under part: #002 - Searching For Largest Possible Number Using LOOKUP How it works and the associated constraints are also covered, amongst other details. Look through the entire white paper, it's really a fine piece of craftsmanship there .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome, Dale !
Thanks for feeding back .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Dale V" wrote in message ... Thanks Max. I have a good understanding now how it works. I was even able to make a few modifications for my application and it works fine. Thanks for the websites. -- Dale VanHoose |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
column to column conditional formatting won't work, need formula | Excel Worksheet Functions |