Thread
:
range, cell refrence, but with a new twist
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
range, cell refrence, but with a new twist
try this for row 1
=INDEX(1:1,MAX(COLUMN(1:256)*(1:1<"")))
or for col A
=INDEX(A1:A65000,MAX(ROW(1:65000)*(A1:A65000<"")) )
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"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 With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett