Results 1 to 4 of 4

trying to find the percentage increase/decrease using a formula

Threaded View

  1. #1
    Forum Contributor
    Join Date
    05-16-2007
    Location
    USA
    MS-Off Ver
    MS Office 2016, Excel 2016
    Posts
    216

    trying to find the percentage increase/decrease using a formula

    I'm trying to formulate a formula to calculate the percentage increase/decrease. I know how to calculate it manually but am not sure how to put it in a formula.

    Ex:
    G36 = a formula that calculates the sum of numbers, say 1000.
    G37 = a formula that calculates the sum of numbers from a previous year, say 500.
    I need H37 to calculate the percentage difference of those two.
    Manually, it would be 1000 + 500 = 1500 -1000 / 1000 = .5

    Using basic logic, not Excel logic, gives me this:

    H37 = (g36+g37-g36)/g36 gives me .32

    I feel I need to use something similar to this formula:

    =(E12-(E12/3))/3 this is formula I use in my sheet that works using itself for another task, though it's only called twice while the other requires 3 instances.

    Thanks
    Mike

    Update: Never mind, that formula I have does work. My totals were adjusted by mistake during testing, making my percentage look like it was wrong, when in fact it was correct for the given totals.
    Last edited by Modify_inc; 12-19-2012 at 07:50 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1