Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet showing daily stock market advances and declines.
One column shows how much the market advanced/declined from the day before. For example, if the market went up 5 points on Monday, 10 points on Tuesday and 20 points on Wednesday I would like my running total column to show a running advance of 35 points. If the market goes down 10 points on Thursday and 10 points on Friday I would like the running total column to show a consecutive decline of 20 points. I want all advancing days to show the amount of the total advance until a negative day appears and then keep a consecutive count of negative days until a new positive day appears. If would also be ok to keep running totals in two columns --- a positive total column and a negative total column. However, once the direction changes I want a new running total to begin. Your help is appreciated. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...lic.excel.misc |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(SIGN(A2)=SIGN(B1),A2+B1,A2)
-- David Biddulph "Scotty" wrote in message ... I have a worksheet showing daily stock market advances and declines. One column shows how much the market advanced/declined from the day before. For example, if the market went up 5 points on Monday, 10 points on Tuesday and 20 points on Wednesday I would like my running total column to show a running advance of 35 points. If the market goes down 10 points on Thursday and 10 points on Friday I would like the running total column to show a consecutive decline of 20 points. I want all advancing days to show the amount of the total advance until a negative day appears and then keep a consecutive count of negative days until a new positive day appears. If would also be ok to keep running totals in two columns --- a positive total column and a negative total column. However, once the direction changes I want a new running total to begin. Your help is appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel stats, game to running season total | Excel Discussion (Misc queries) | |||
How do i create a running total in Excel? | Excel Discussion (Misc queries) | |||
Running total w/2 columns - Excel | Excel Worksheet Functions | |||
Running total in Excel w/2 columns | Excel Worksheet Functions | |||
How do I Autosum a running column total in excel? | Excel Worksheet Functions |