View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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.


 
ExcelBanter Database Error
Database Error Database error
The ExcelBanter database has encountered a problem.

Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the www.excelbanter.com home page, then try to open another page.
  • Click the Back button to try another link.
The www.excelbanter.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.