Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I find the last number in a column of data and have it entered into
another cell? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOOKUP(99^99,A:A) will return last number in column A
=LOOKUP(2,1/(A1:A65535<""),A1:A65535) will return anything. Gord Dibben MS Excel MVP On Sun, 9 Dec 2007 12:13:00 -0800, Ron wrote: How do I find the last number in a column of data and have it entered into another cell? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=LOOKUP(10^10,A1:A1000) Extend the range if required. Hope this helps. Pete On Dec 9, 8:13 pm, Ron wrote: How do I find the last number in a column of data and have it entered into another cell? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To return the last numerical value, try...
=LOOKUP(9.99999999999999E+307,A2:A100) Adjust the range accordingly. Hope this helps! In article , Ron wrote: How do I find the last number in a column of data and have it entered into another cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding a number in a column out of an array in another column | Excel Discussion (Misc queries) | |||
Finding last receipt number in a column ? | Excel Worksheet Functions | |||
Finding the closest number in column A and take the value in column B | Excel Worksheet Functions | |||
Finding if a number is less than a setpoint in a column | Excel Discussion (Misc queries) | |||
Finding the max of a column where values less than a specified number | Excel Worksheet Functions |