Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ediddy
 
Posts: n/a
Default Sum only the last ten

I have a list in excel that is 52 enteries and I would like to know how to
sum only the last ten entries in this list and also have it adjust itself
when a new entry is added?
  #2   Report Post  
mzehr
 
Posts: n/a
Default

Hi ediddy,
Try,
=SUM(OFFSET(a1,MAX(0,COUNTA(a:a)-10),0,10,1))

This assumes that the data starts in cell a1 and that there are no breaks in
the data.

"ediddy" wrote:

I have a list in excel that is 52 enteries and I would like to know how to
sum only the last ten entries in this list and also have it adjust itself
when a new entry is added?

  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

With entries starting in A1 and going down col. A, try:

=SUM(INDEX(A:A,COUNT(A:A)):INDEX(A:A,COUNT(A:A)-9))

HTH
Jason
Atlanta, GA

"ediddy" wrote:

I have a list in excel that is 52 enteries and I would like to know how to
sum only the last ten entries in this list and also have it adjust itself
when a new entry is added?

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



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