Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Finding most recently entered number within a column

Hi,

Does anyone know how to find the most recently entered number within a
column and apply to a calculation?

I have a spreadsheet that has an extra row added every week, so the most
recently added figures are not in the same cells for the formula.

Another way would be to find the lowest visual number (as opposed to lowest
numerically) within a column.

Hope this makes sense!

Thanks for any help,

Matt.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Finding most recently entered number within a column

Your question is not as clear as I would like. Are you looking for the value
in the last filled cell in a particular column? If so, try this formula...

=LOOKUP(2,1/(A1:A65535<""),A:A)

where you would change all the A's to whatever column designation you want
to work in.

--
Rick (MVP - Excel)


"The Stoat" wrote in message
...
Hi,

Does anyone know how to find the most recently entered number within a
column and apply to a calculation?

I have a spreadsheet that has an extra row added every week, so the most
recently added figures are not in the same cells for the formula.

Another way would be to find the lowest visual number (as opposed to
lowest
numerically) within a column.

Hope this makes sense!

Thanks for any help,

Matt.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Finding most recently entered number within a column

In other words, you want to return the *last* number entered in a vertical
list?

Try this:

=LOOKUP(1E100,A:A)

That will return the *last* numeric value entered in cloumn A.

--
Biff
Microsoft Excel MVP


"The Stoat" wrote in message
...
Hi,

Does anyone know how to find the most recently entered number within a
column and apply to a calculation?

I have a spreadsheet that has an extra row added every week, so the most
recently added figures are not in the same cells for the formula.

Another way would be to find the lowest visual number (as opposed to
lowest
numerically) within a column.

Hope this makes sense!

Thanks for any help,

Matt.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Finding most recently entered number within a column

Hi,

You really should show us the formula you currently have. But in lue of that

=YourFormula(LOOKUP(9^9,A:A))

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"The Stoat" wrote:

Hi,

Does anyone know how to find the most recently entered number within a
column and apply to a calculation?

I have a spreadsheet that has an extra row added every week, so the most
recently added figures are not in the same cells for the formula.

Another way would be to find the lowest visual number (as opposed to lowest
numerically) within a column.

Hope this makes sense!

Thanks for any help,

Matt.

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
FINDING THE FIRST ENTERED NUMBER IN A ROW OF DATA AFTER A BLANK CE Morton Detwyler[_2_] Excel Worksheet Functions 9 July 20th 08 05:56 PM
FINDING THE LAST ENTERED NUMBER IN A ROW OF DATA Morton Detwyler Excel Worksheet Functions 7 July 6th 08 04:14 AM
Finding replicate data in a column accidentally entered Fran Excel Worksheet Functions 1 March 11th 08 01:43 PM
Number is not entered twice in a column or row Boris the Spider Excel Discussion (Misc queries) 1 July 11th 07 08:26 AM
Finding a number in a column out of an array in another column cirena Excel Discussion (Misc queries) 3 April 4th 07 06:30 PM


All times are GMT +1. The time now is 10:24 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"