+ Reply to Thread
Results 1 to 2 of 2

Calculate percentage change across two separate tables

  1. #1
    Registered User
    Join Date
    04-16-2013
    Location
    Boston, Massachusetts
    MS-Off Ver
    Excel 2010
    Posts
    50

    Calculate percentage change across two separate tables

    Hi all,

    I've attached the workbook containing the problem I'd like to solve. The "Week1" and "Week2" tabs each contain a table of the same name that will be referenced. In the "% Change" Tab, I want to calculate the % Change from Week1 to Week2 for each value- e.g. in cell B2, I want to look up the corresponding value in Week1 and Week2, and calculate the percentage change.

    The list of "Programs" in column A of "Week1" and "Week2" can change, as pictured in the example, so hopefully the formula could account for this.

    Thanks so much for the help!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2007, 2013
    Posts
    10

    Re: Calculate percentage change across two separate tables

    =IF(OR(Week1[@Subject1]=0,Week2=0),1,(Week2[@Subject1]-Week1[@Subject1])/Week1[@Subject1])

    Enter in cell B2 sheet '% change', copy down then right.
    Last edited by mihigh07; 10-19-2013 at 05:30 PM. Reason: typo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Calculate percentage change of cell
    By flat_pro in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2013, 01:51 PM
  2. [SOLVED] percentage:how do I calculate the percentage change
    By Knowledge001 in forum Excel General
    Replies: 3
    Last Post: 11-25-2005, 02:40 PM
  3. Calculate percentage change between 2 cells
    By ascheluchin in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-15-2005, 03:33 PM
  4. [SOLVED] calculate monthly average percentage of change
    By vikgarden in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-15-2005, 03:06 PM
  5. Need formula to calculate average monthly percentage of change...
    By vikgarden in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2005, 02:06 PM

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