Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Bottom value in a list

Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Bottom value in a list

Try this...

=LOOKUP(1E100,D4:D5000)

Adjust for a reasonable end of range: D5000

--
Biff
Microsoft Excel MVP


"Amy Spreadsheet" <Amy wrote in
message ...
Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Bottom value in a list

A couple of ways, if indeed there are no blank cells in-between you can use
this

=INDEX($D$4:$D$10000,COUNT($D$4:$D$10000))

replace 10000 with an approx number of cells that you think can be used

Another way

=LOOKUP(99^99,$D$4:$D$10000)

which will work with blank cells as well

--


Regards,


Peo Sjoblom


"Amy Spreadsheet" <Amy wrote in
message ...
Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Bottom value in a list

Try the below formula in D1
=LOOKUP(10^10,D4:D10000)

If this post helps click Yes
---------------
Jacob Skaria


"Amy Spreadsheet" wrote:

Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Bottom value in a list

Thanks Jacob it works great.
Amy

"Jacob Skaria" wrote:

Try the below formula in D1
=LOOKUP(10^10,D4:D10000)

If this post helps click Yes
---------------
Jacob Skaria


"Amy Spreadsheet" wrote:

Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Bottom value in a list

In D1 enter =LOOKUP(99^99,D4:D5000)


Gord Dibben MS Excel MVP

On Tue, 3 Nov 2009 08:15:01 -0800, Amy Spreadsheet <Amy
wrote:

Hi,
Column D has a list that continuously grows down the column.
The list starts in D4.

I need the last value at the bottom of the list reported in D1.

The values are numbers and the numeric range is 1 thru 31 mixed.

Thank-you in advanced.
Amy


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
Add rows to top of list instead of bottom harwookf Excel Worksheet Functions 1 November 16th 07 12:50 PM
Filtering out top & bottom 2.5% in a list PClantonBailey Excel Worksheet Functions 1 March 28th 07 02:11 AM
How to remove the top & bottom 10% from a list? Eric Excel Discussion (Misc queries) 4 February 20th 07 09:04 PM
How to remove the top & bottom 10% from a list? Eric Excel Worksheet Functions 3 February 20th 07 05:33 PM
Identifying bottom of list T De Villiers Excel Worksheet Functions 1 August 23rd 05 03:48 PM


All times are GMT +1. The time now is 10:02 AM.

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"