Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bpiepgrass
 
Posts: n/a
Default Set a formula to always select the last value present in a colum

I have a colum of data that I update each day with yesterdays number (i.e I
add data below the previous day each day)

I want to set a formula to always grab the last day of data that I have
entered in this colum. The final cell in that colum that contains any data.

I want to do this so that it can populate a calculation on another sheet
showing how much a the total of this colum increased yesterday so that I can
calculate yesterdays contibution to the running total.

Thanks for your help.


  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

Say you want the last value on Col B capptured use the following
=LOOKUP(99999999999999900000,B:B)

"bpiepgrass" wrote in message
...
I have a colum of data that I update each day with yesterdays number (i.e I
add data below the previous day each day)

I want to set a formula to always grab the last day of data that I have
entered in this colum. The final cell in that colum that contains any
data.

I want to do this so that it can populate a calculation on another sheet
showing how much a the total of this colum increased yesterday so that I
can
calculate yesterdays contibution to the running total.

Thanks for your help.




  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Excel's Help states that "Largest number allowed to be typed into a
cell" is: 9.99999999999999E+307, a recognizable value which fits the idiom:

=LOOKUP(9.99999999999999E+307,B:B)

N Harkawat wrote:
Say you want the last value on Col B capptured use the following
=LOOKUP(99999999999999900000,B:B)

"bpiepgrass" wrote in message
...

I have a colum of data that I update each day with yesterdays number (i.e I
add data below the previous day each day)

I want to set a formula to always grab the last day of data that I have
entered in this colum. The final cell in that colum that contains any
data.

I want to do this so that it can populate a calculation on another sheet
showing how much a the total of this colum increased yesterday so that I
can
calculate yesterdays contibution to the running total.

Thanks for your help.





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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Howdo U copy a formula down a column, that uses data in another w. Need Help pasting a formula Excel Worksheet Functions 1 February 25th 05 06:04 PM
Howdo U copy a formula down a column, that uses data in another w. brantty Excel Worksheet Functions 0 February 25th 05 10:11 AM
how to enter a formula using column() function for a range Mike Peter Excel Worksheet Functions 6 December 8th 04 07:11 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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