Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Cell is "Last value" in range

Hi,

I have a question about getting the last value of a range en put this value
into another cell.

Is that possible?

Kind regards, Stefan van der Hooft



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Cell is "Last value" in range

Stefan, numeric valve? Try this, =LOOKUP(9.99999999999999E+307,A:A)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Stefan van der Hooft" wrote
in message ...
Hi,

I have a question about getting the last value of a range en put this

value
into another cell.

Is that possible?

Kind regards, Stefan van der Hooft





  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Cell is "Last value" in range

Put this formula in the other cell:

=INDEX(B:B,MATCH(10^10,B:B))

Uses Index and match for a number larger than any number in your range...
will return last number. If you have anything bigger than ten to the tenth,
adjust accordingly. :-)
Can also be used with entire column, if desired:

=INDEX(B:B,MATCH(10^10,B:B))

"Stefan van der Hooft" wrote:

Hi,

I have a question about getting the last value of a range en put this value
into another cell.

Is that possible?

Kind regards, Stefan van der Hooft



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
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! [email protected] Excel Discussion (Misc queries) 3 January 5th 07 02:18 PM
Array as a "named range" - formula ok in cells, but error as "named range" tskogstrom Excel Discussion (Misc queries) 11 December 28th 06 04:44 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"