If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Percentage Difference

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-07, 06:17
akhlaq768 akhlaq768 is offline
Registered User
 
Join Date: Oct 2007
Posts: 127
Percentage Difference

I know that formula to work out the Percentage Difference. But I the results are not formatted correctly.

| New Value – Old Value |
_____________________ x 100%

| Old Value |


450 – 781
________ x 100

781

=SUM(I29-I23)/I23*100

=SUM(781-450)/450*100

The result I get is -42

I how do I format the cell so it shows as an Absolute number and with a percentage sign?

Thank in advance
Reply With Quote
  #2 (permalink)  
Old 11-20-07, 07:14
michaeldavid michaeldavid is offline
Registered User
 
Join Date: Dec 2004
Posts: 35
ABS(Number)

akhlaq,

to get the absolute number use the following formula

=ABS((I29-I23)/I23)

Then right click in the cell and set the cell format to percentage.

You will notice from the formula that I have removed the *100 since the formatting as a percentage will do that bit of the sum for you.

Hope this helps
Reply With Quote
  #3 (permalink)  
Old 11-20-07, 07:56
akhlaq768 akhlaq768 is offline
Registered User
 
Join Date: Oct 2007
Posts: 127
micheal,

cheers mate you a STAR!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On