Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

List cumulative values in a column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
danie - 15 Mar 2006 20:08 GMT
I have in two columns the following:
Col AC   Col AD
week1      5
week2      9
week3      7

These weeks start with zero data in it originally.  Then I input my total
for week1 in column AD6 and want that total number to show up in column B1.  
Then, the next week, I enter 9 in week2, and want that number to show up in
column B1.,etc.

How do I get excel to I guess look at the range of AD6 through AD19 and as I
enter in my week total, it's captured/displayed in column B1.
I tried the MAX function which works, but when my week3 data is less than
week2 it will not show my week3 value in column B1.

Any help would be greatly appreciated.
Biff - 16 Mar 2006 05:37 GMT
Hi!

Try one of these formulas in cell B1:

=IF(COUNT(AD6:AD19),LOOKUP(9.99999999999999E+307,AD6:AD19),"")

=IF(COUNT(AD6:AD19),LOOKUP(MAX(AD6:AD19)+1,AD6:AD19),"")

Biff

>I have in two columns the following:
> Col AC   Col AD
[quoted text clipped - 16 lines]
>
> Any help would be greatly appreciated.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.