Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Picking up last value in column in Excel

Every day I add a new row of data to a spreadsheet. At the foot of this
growing array of numbers are several rows of formulae which need to use the
latest data added to the column immediately above them in order to make a
computation. Currently I have to physically change these formulae every day
in order to accomplish this but I'm sure there must be a better way.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Picking up last value in column in Excel

Hi,

Maybe this.

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))*5

The will take the last used numeric cell in column B and multiply it by 5 so

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))

Returns the value of the last used cell in Col B that is numeric which you
can incorporate into a formula.

Mike

"surreygraham" wrote:

Every day I add a new row of data to a spreadsheet. At the foot of this
growing array of numbers are several rows of formulae which need to use the
latest data added to the column immediately above them in order to make a
computation. Currently I have to physically change these formulae every day
in order to accomplish this but I'm sure there must be a better way.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Picking up last value in column in Excel

Thanks Mike. I used this solution, merely adapting the B:B to a specific
range in column B, and it worked perfectly. I'm not sure why it works, but
all that matters is that it works! Thanks once again. G.

"Mike H" wrote:

Hi,

Maybe this.

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))*5

The will take the last used numeric cell in column B and multiply it by 5 so

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))

Returns the value of the last used cell in Col B that is numeric which you
can incorporate into a formula.

Mike

"surreygraham" wrote:

Every day I add a new row of data to a spreadsheet. At the foot of this
growing array of numbers are several rows of formulae which need to use the
latest data added to the column immediately above them in order to make a
computation. Currently I have to physically change these formulae every day
in order to accomplish this but I'm sure there must be a better way.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Picking up last value in column in Excel

Little shorter:

=LOOKUP(99^99,B:B)*5
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"surreygraham" wrote in message
...
Thanks Mike. I used this solution, merely adapting the B:B to a specific
range in column B, and it worked perfectly. I'm not sure why it works,
but
all that matters is that it works! Thanks once again. G.

"Mike H" wrote:

Hi,

Maybe this.

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))*5

The will take the last used numeric cell in column B and multiply it by 5
so

=INDEX(B:B,MATCH(9.99999999999999E+307,B:B))

Returns the value of the last used cell in Col B that is numeric which
you
can incorporate into a formula.

Mike

"surreygraham" wrote:

Every day I add a new row of data to a spreadsheet. At the foot of
this
growing array of numbers are several rows of formulae which need to use
the
latest data added to the column immediately above them in order to make
a
computation. Currently I have to physically change these formulae
every day
in order to accomplish this but I'm sure there must be a better way.



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
Picking names from a hat in Excel? Ashley[_2_] Excel Discussion (Misc queries) 0 May 9th 07 09:37 PM
Picking out column in named range Basil Excel Worksheet Functions 2 September 2nd 06 10:45 AM
mail merge not picking up state for address labels from excel spr awebb Charts and Charting in Excel 0 August 4th 06 10:34 PM
Picking one column of info scott45 Excel Worksheet Functions 0 October 25th 05 06:16 PM
picking out certain values Wes Excel Worksheet Functions 1 January 3rd 05 07:10 AM


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