Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Percent change between two worksheets on same spreadsheet

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Percent change between two worksheets on same spreadsheet

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Percent change between two worksheets on same spreadsheet

The cell is formatted for percent.

I will try the formula you gave me...I just pasted the formula and made sure
all the cells were correct, but it still gives me %0.00...???

"Toppers" wrote:

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Percent change between two worksheets on same spreadsheet

What is the data in the two cells?

"Thank you, Heath" wrote:

The cell is formatted for percent.

I will try the formula you gave me...I just pasted the formula and made sure
all the cells were correct, but it still gives me %0.00...???

"Toppers" wrote:

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Percent change between two worksheets on same spreadsheet

The data in each cell is the result of adding the coloums...What I am trying
to do is get the percent difference between each week of the year for 2006 as
compared to the same week for 2007. The results in C50 and D50 are the sums
of all the sales for each Week 1 in 2006 and 2007 respectively. So there is a
formula (=SUM(D6:D49) in C50 and D50.

"Toppers" wrote:

What is the data in the two cells?

"Thank you, Heath" wrote:

The cell is formatted for percent.

I will try the formula you gave me...I just pasted the formula and made sure
all the cells were correct, but it still gives me %0.00...???

"Toppers" wrote:

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Percent change between two worksheets on same spreadsheet

No it doesn't matter that the cells contain a formula BUT what are results ..
what are the numeric values of the SUMs.

I have tried the formula exactly as I gave to you and it works fine,

"Thank you, Heath" wrote:

The data in each cell is the result of adding the coloums...What I am trying
to do is get the percent difference between each week of the year for 2006 as
compared to the same week for 2007. The results in C50 and D50 are the sums
of all the sales for each Week 1 in 2006 and 2007 respectively. So there is a
formula (=SUM(D6:D49) in C50 and D50.

"Toppers" wrote:

What is the data in the two cells?

"Thank you, Heath" wrote:

The cell is formatted for percent.

I will try the formula you gave me...I just pasted the formula and made sure
all the cells were correct, but it still gives me %0.00...???

"Toppers" wrote:

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Percent change between two worksheets on same spreadsheet

Does it matter that in both cells D50 and C50 are results from (SUM) formulas
of the coloum? Im pulling from C50 which is a formula that is adding the
coloum of C to get the sum. ?

"Thank you, Heath" wrote:

The cell is formatted for percent.

I will try the formula you gave me...I just pasted the formula and made sure
all the cells were correct, but it still gives me %0.00...???

"Toppers" wrote:

Percentage change is difference between the two years divided by the base
year (2006):

=('2007'!D50-'2006'!C50)/'2006'!C50

with cell formatted as %


For your formula, how is the cell formatted?

HTH


"Thank you, Heath" wrote:

Hi,

On Sheet #1 I have a list of amounts that I have added together for week one
in 2006. On Sheet #2 I have a list of amounts for week 1 2007. I want to a
find the difference in percet from week 1 in 2006 to week 1 in 2007. When I
do the operation it keeps giving me an answer of zero. ??? Im confucsed it
seems like a simple operation.


This is the formula that is giving me the answer of zero: (2006 is the name
of sheet #1, this formula is on sheet #2 called 2007)

='2006'!C50/'2007'!D50

thank you
Heath Taubitz
Lockheed Martin

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
Increasing a whole Spreadsheet by a percent Nicole Excel Discussion (Misc queries) 1 October 10th 06 08:58 PM
Percent change cardfan057 Excel Discussion (Misc queries) 4 May 10th 06 04:29 PM
Percent Change Ralph D via OfficeKB.com Excel Discussion (Misc queries) 1 December 8th 05 08:18 PM
Percent Change Tom B via OfficeKB.com Excel Discussion (Misc queries) 4 July 29th 05 04:42 PM
percent change stephenm Excel Worksheet Functions 5 July 19th 05 01:33 AM


All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"