Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Susan
 
Posts: n/a
Default Excel formula help

I am VERY new to spreadsheets! Is there a formula that will calculate the %
change in my investments from one entry to the next? In other words, if
January's value of a stock is $10, and February's value is $12, and March's
value is $6, can I get a cell that will show a 20% increase for Feb, and
change to (50%) loss when I enter March's value? I hope this is clear!
Thanks for any help!
Susan
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Hi Susan,

Very clear!

assuming Jan in A1, Feb in B1, Mar in C1, etc. enter this in B2

=(B1-A1)/A1

and format as a a percentage, then just copy across

If you want to setup for the year, use

=IF(B1="","",(B1-A1)/A1)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Susan" wrote in message
...
I am VERY new to spreadsheets! Is there a formula that will calculate the

%
change in my investments from one entry to the next? In other words, if
January's value of a stock is $10, and February's value is $12, and

March's
value is $6, can I get a cell that will show a 20% increase for Feb, and
change to (50%) loss when I enter March's value? I hope this is clear!
Thanks for any help!
Susan



  #3   Report Post  
Susan
 
Posts: n/a
Default

I think this will work! I'll try it next week and let you know how I do!
Thanks!
--
Susan


"Bob Phillips" wrote:

Hi Susan,

Very clear!

assuming Jan in A1, Feb in B1, Mar in C1, etc. enter this in B2

=(B1-A1)/A1

and format as a a percentage, then just copy across

If you want to setup for the year, use

=IF(B1="","",(B1-A1)/A1)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Susan" wrote in message
...
I am VERY new to spreadsheets! Is there a formula that will calculate the

%
change in my investments from one entry to the next? In other words, if
January's value of a stock is $10, and February's value is $12, and

March's
value is $6, can I get a cell that will show a 20% increase for Feb, and
change to (50%) loss when I enter March's value? I hope this is clear!
Thanks for any help!
Susan




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Susan,

Suggest starting a new thread if it doesn't

--
HTH

Bob Phillips

"Susan" wrote in message
...
I think this will work! I'll try it next week and let you know how I do!
Thanks!
--
Susan


"Bob Phillips" wrote:

Hi Susan,

Very clear!

assuming Jan in A1, Feb in B1, Mar in C1, etc. enter this in B2

=(B1-A1)/A1

and format as a a percentage, then just copy across

If you want to setup for the year, use

=IF(B1="","",(B1-A1)/A1)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Susan" wrote in message
...
I am VERY new to spreadsheets! Is there a formula that will calculate

the
%
change in my investments from one entry to the next? In other words,

if
January's value of a stock is $10, and February's value is $12, and

March's
value is $6, can I get a cell that will show a 20% increase for Feb,

and
change to (50%) loss when I enter March's value? I hope this is

clear!
Thanks for any help!
Susan






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
Formula in an Excel comment The Window Cleaner Excel Discussion (Misc queries) 0 March 10th 05 11:03 AM
Excel should have a simpler subtraction formula similar to "sum". Darius Excel Worksheet Functions 5 February 21st 05 11:14 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM
Suddenly Excel can't calculate formula!!! Bob H Excel Worksheet Functions 2 November 30th 04 08:35 PM


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