#1   Report Post  
Knowledge001
 
Posts: n/a
Default percentage

I have downloaded 1025 days of stock in excel. Here is the question. In a
column next to the original data,calculate the change in stock price from the
previous day. This may be negative or positive. From 1023 closing prices you
will get 1024 changes in stock price. I got the changes already, how do I
calculate the percentage change in the stock price from the previous day.

  #2   Report Post  
 
Posts: n/a
Default percentage

Knowledge001 wrote:
I have downloaded 1025 days of stock in excel.
Here is the question. In a column next to the
original data,calculate the change in stock price
from the previous day. This may be negative or
positive. From 1023 closing prices you will get
1024 changes in stock price. I got the changes
already, how do I calculate the percentage change
in the stock price from the previous day.


Suppose that A1 and A2 are the closing prices for
two consecutive trading days, A1 being earlier.
Suppose that B2 is the price change; it should be
computed as A2 - A1. Then B2/A1 is the percentage
change.

By the way, you do not need to compute the price
change in B2, if you have no other purpose for it.
The percentage change can be computed directly as
A2/A1 - 1.

  #3   Report Post  
bpeltzer
 
Posts: n/a
Default percentage

If the days are in column A (ascending, so the latest date is at the bottom)
and the prices are in column B, the first daily change would be in cell C3
(assuming you have a header row 1): =(b3/b2)-1. Autofill that formula
through column C.

"Knowledge001" wrote:

I have downloaded 1025 days of stock in excel. Here is the question. In a
column next to the original data,calculate the change in stock price from the
previous day. This may be negative or positive. From 1023 closing prices you
will get 1024 changes in stock price. I got the changes already, how do I
calculate the percentage change in the stock price from the previous day.

  #4   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default percentage

I have experimented with that, and am already using: (TO-FM)/FM%
fm is from. Even though I have some good ideas, was wondering if could get
info / sample on: where you download data from, to get 1025 days, etc. & how
incorporate into your sheets.. have other ideas can trade. thanks


"Knowledge001" wrote:

I have downloaded 1025 days of stock in excel. Here is the question. In a
column next to the original data,calculate the change in stock price from the
previous day. This may be negative or positive. From 1023 closing prices you
will get 1024 changes in stock price. I got the changes already, how do I
calculate the percentage change in the stock price from the previous day.

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
Report that display percentage below certain level TSS Excel Discussion (Misc queries) 1 September 1st 05 04:56 PM
Percentage Calculation clandis Excel Worksheet Functions 5 July 21st 05 07:38 PM
Formatting percentage signs in Excel Romany Excel Discussion (Misc queries) 3 June 1st 05 07:02 PM
Percentage of overall attendance tannersnonni Excel Discussion (Misc queries) 6 May 13th 05 03:26 PM
percentage of sales Kay LJ Excel Worksheet Functions 2 January 11th 05 01:38 AM


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