Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Showing Last Value in a column

Hi - is there any way that if I have a column with numbers in each cell, to
be able to put in a formula (without using a vlookup) that will give me the
last value in that column please?
(e.g the column numbers range from 1 to 20 and I want a cell to bring
through the value of 20)

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Showing Last Value in a column

Hi,

This does it for column B

=INDEX(B:B,MATCH(6.022*10^23,B:B))

Mike

"Cadders" wrote:

Hi - is there any way that if I have a column with numbers in each cell, to
be able to put in a formula (without using a vlookup) that will give me the
last value in that column please?
(e.g the column numbers range from 1 to 20 and I want a cell to bring
through the value of 20)

thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Showing Last Value in a column

You are a star Mike - thanks for your help

"Mike H" wrote:

Hi,

This does it for column B

=INDEX(B:B,MATCH(6.022*10^23,B:B))

Mike

"Cadders" wrote:

Hi - is there any way that if I have a column with numbers in each cell, to
be able to put in a formula (without using a vlookup) that will give me the
last value in that column please?
(e.g the column numbers range from 1 to 20 and I want a cell to bring
through the value of 20)

thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Showing Last Value in a column

If the numbers are in ascending order then the last value in the range
should be the max value:

=MAX(A1:A100)

If the numbers are in random order:

=LOOKUP(1E100,A1:A100)

--
Biff
Microsoft Excel MVP


"Cadders" wrote in message
...
Hi - is there any way that if I have a column with numbers in each cell,
to
be able to put in a formula (without using a vlookup) that will give me
the
last value in that column please?
(e.g the column numbers range from 1 to 20 and I want a cell to bring
through the value of 20)

thanks in advance



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
Column to repeat not showing on every page Nel Excel Discussion (Misc queries) 1 July 23rd 07 08:38 PM
How do I keep column headings from showing on a list? Kikipelli2000 Excel Worksheet Functions 2 June 9th 06 10:13 AM
Column Labels (A, B) are showing us as numbers (1,2). Please Help Diane Excel Worksheet Functions 2 February 4th 06 12:59 PM
Showing the column of current day Sepiax Excel Worksheet Functions 1 January 11th 05 11:33 AM
In Excel - how do I keep the column titles showing when I go to t. Susie Excel Worksheet Functions 6 December 31st 04 07:35 AM


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