Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default range, cell refrence, but with a new twist

Using excel 2007. I have a range consisting of "X" cells (monthly total
results) in a column that progressively changes in value as the year
progresses. There MAY be several successive entries for the same month, the
dates of which are recorded in the same row, but in a a neighbor column. I
want to automatically reference ONLY THE LAST CELL corresponding to the last
date recorded.

Is there a worksheet function that will give me the results of the LAST
VALUED CELL IN A COLUMN?

--
Seamen, with their inherent sense of order, service, and discipline, should
really be running the world.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default range, cell refrence, but with a new twist

It's not real clear what you want. You want the last value entered but you
don't say where to look for it so here's my best guess:

A1:J1 = dates
A2:J2 = some data

Return the value from A2:J2 that corresponds to the last date entered in
A1:J1

=INDEX(A2:J2,MATCH(10^10,A1:J1))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of "X" cells (monthly total
results) in a column that progressively changes in value as the year
progresses. There MAY be several successive entries for the same month,
the
dates of which are recorded in the same row, but in a a neighbor column. I
want to automatically reference ONLY THE LAST CELL corresponding to the
last
date recorded.

Is there a worksheet function that will give me the results of the LAST
VALUED CELL IN A COLUMN?

--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default range, cell refrence, but with a new twist

In rereading my question I find I have muddied up the waters by TMI.

What I need is a way to display the results of the LAST VALUED CELL IN A
COLUMN.
The column may/may not have additional following cells.
--
Seamen, with their inherent sense of order, service, and discipline, should
really be running the world.


"T. Valko" wrote:

It's not real clear what you want. You want the last value entered but you
don't say where to look for it so here's my best guess:

A1:J1 = dates
A2:J2 = some data

Return the value from A2:J2 that corresponds to the last date entered in
A1:J1

=INDEX(A2:J2,MATCH(10^10,A1:J1))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of "X" cells (monthly total
results) in a column that progressively changes in value as the year
progresses. There MAY be several successive entries for the same month,
the
dates of which are recorded in the same row, but in a a neighbor column. I
want to automatically reference ONLY THE LAST CELL corresponding to the
last
date recorded.

Is there a worksheet function that will give me the results of the LAST
VALUED CELL IN A COLUMN?

--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default range, cell refrence, but with a new twist

Ahhhhh, I manipulated the values and got it to work! I thought there might be
a worksheet function that would give the last valued cell in a coulmn. But
this works fine, now I just have to figure out why. Thanks again.
--
Seamen, with their inherent sense of order, service, and discipline, should
really be running the world.


"T. Valko" wrote:

It's not real clear what you want. You want the last value entered but you
don't say where to look for it so here's my best guess:

A1:J1 = dates
A2:J2 = some data

Return the value from A2:J2 that corresponds to the last date entered in
A1:J1

=INDEX(A2:J2,MATCH(10^10,A1:J1))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of "X" cells (monthly total
results) in a column that progressively changes in value as the year
progresses. There MAY be several successive entries for the same month,
the
dates of which are recorded in the same row, but in a a neighbor column. I
want to automatically reference ONLY THE LAST CELL corresponding to the
last
date recorded.

Is there a worksheet function that will give me the results of the LAST
VALUED CELL IN A COLUMN?

--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default range, cell refrence, but with a new twist

There are many ways to reference the last value in a range but the specific
method used depends on several conditions. See this for an in-depth
explanation:

http://xldynamic.com/source/xld.LastValue.html

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Ahhhhh, I manipulated the values and got it to work! I thought there might
be
a worksheet function that would give the last valued cell in a coulmn. But
this works fine, now I just have to figure out why. Thanks again.
--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.


"T. Valko" wrote:

It's not real clear what you want. You want the last value entered but
you
don't say where to look for it so here's my best guess:

A1:J1 = dates
A2:J2 = some data

Return the value from A2:J2 that corresponds to the last date entered in
A1:J1

=INDEX(A2:J2,MATCH(10^10,A1:J1))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of "X" cells (monthly
total
results) in a column that progressively changes in value as the year
progresses. There MAY be several successive entries for the same
month,
the
dates of which are recorded in the same row, but in a a neighbor
column. I
want to automatically reference ONLY THE LAST CELL corresponding to the
last
date recorded.

Is there a worksheet function that will give me the results of the LAST
VALUED CELL IN A COLUMN?

--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.






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
range,cell refrence buzz Excel Worksheet Functions 3 July 8th 07 06:30 PM
moving the refrence to the 5th cell while dragging. Gary Excel Worksheet Functions 7 February 9th 07 10:05 AM
Use VLookup for range of cells, but with a twist [email protected] Excel Worksheet Functions 1 April 24th 06 03:27 PM
How NOT to extend formula/refrence to a cell [email protected] Excel Worksheet Functions 2 October 9th 05 10:02 AM
Wildcards in other workbook cell refrence? Pootler Excel Worksheet Functions 1 June 2nd 05 05:55 PM


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