LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default find last cell in range with data, display cell address

Try this:

=ADDRESS(18,3+MATCH(LOOKUP(99^99,D18:V18),D18:V18) )

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"sevi61" wrote in message
...
hi Biff,

thank you for your prompt reply. in answer to your question; the data is
numeric and there are formulas in the range but not to return blanks. the
formula that would be in the last populated cell would be =(9-SUM(XXX:XXX))
I hope this clarifies things a little

thanks again for taking the time to help with this

regards,
sevi

"T. Valko" wrote:

find the last cell in that range with data


What is the data type? Is it TEXT or NUMERIC or is it a mixture of BOTH?
Are
there any formulas in this range that return blanks? Do you want to
include
these blanks as data?

Assuming the data type is TEXT and there are no formulas in the range that
return blanks:

=IF(COUNTA(D18:V18),ADDRESS(18,MATCH(REPT("z",255) ,D18:V18)+3,4),"")


--
Biff
Microsoft Excel MVP


"sevi61" wrote in message
...
Hi,

I have scoured these posts but haven't quite found what I'm looking for,
hopefully someone can help....

Is it possible to write a formula that will search a range (D18:V18),
find
the last cell in that range with data, then show the cell address, not
the
value of the cell, in a different cell? I have been thinking that maybe
I
will need an array formula, or at worst, a macro or VBA?

Any response will be greatly appreciated.

sevi






 
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
Display a cell address sam Excel Worksheet Functions 2 September 25th 07 05:20 PM
find email address in a cell Frederique Excel Worksheet Functions 1 July 24th 07 09:27 PM
How to find the address of the min cell within a range Will Excel Worksheet Functions 2 May 17th 07 08:45 PM
Is there a way to find the address of a cell with a certain value? Oshtruck user Excel Worksheet Functions 1 August 10th 06 07:57 PM
Display the address of cell with max value Liz C Excel Worksheet Functions 7 January 28th 05 11:11 PM


All times are GMT +1. The time now is 05:22 PM.

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"