+ Reply to Thread
Results 1 to 4 of 4

Column Chart, showing planned and actual projects & how many are completed in each month

  1. #1
    Registered User
    Join Date
    09-14-2021
    Location
    Arkansas
    MS-Off Ver
    2016
    Posts
    42

    Column Chart, showing planned and actual projects & how many are completed in each month

    Hello everyone,

    I am trying to track projects with a simple chart. The chart needs to have the months at the bottom Jan-Dec, and a count would be your vertical to see the number of project completed that month (either planned or actual). Each month would have two columns planned month (column E) and Actual (column D). The goal is to show the projects planned per month with the dates equaling a number (1=Jan, 2=Feb etc). With my current data jan would have zero planned and three actual, feb would have zero planned and zero actual, march would have seven planned and zero actual. Is it possible to add information to the actual column as they are completed and be automatically updated? I really appreiciate the help.

    I made my own chart of how I want the final product to look like. Just don't understand how to make it happen in excel.
    Thank you,
    BB
    Attached Files Attached Files
    Last edited by BB4523; 02-18-2022 at 12:15 AM.

  2. #2
    Registered User
    Join Date
    09-14-2021
    Location
    Arkansas
    MS-Off Ver
    2016
    Posts
    42

    Re: Column Chart, showing planned and actual projects & how many are completed in each mon

    Not sure if I would use a count function to add all of the planned months to form the planned month column?
    Last edited by BB4523; 02-17-2022 at 11:48 PM. Reason: Adding more information.

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Column Chart, showing planned and actual projects & how many are completed in each mon

    A large part of charting in spreadsheets is getting the data summarized and arranged in the spreadsheet. Usually, if you do this part well, the chart itself is easy to create. Assuming I understand what you want, I would:

    1) enter month numbers in a convenient column (for my purposes, I chose I26:I37 to enter 1 to 12). I entered "actual" and "planned" into J25:K25. This will become the data range for my chart.
    2) In the main body of this range, I use a COUNTIFS() function in J26 (help file: https://support.microsoft.com/en-us/...c-aa8c2a866842 ) to count the numbers from the source data. =COUNTIFS(D$2:D$510,$I26) Note the mix of relative and absolute references for easy copying. Also note that I set the range to be much larger than the current data set to allow you to add data to the source (another strategy is to use a structured table for the source range which will automatically size as you add data.) Copy/paste/fill this formula into J26:K37.
    3) Now I can select I25:K37 -> insert column chart.
    4) Excel will "guess" what I want for data ranges. If Excel guesses correctly (I expect it should with this layout), then I can start formatting chart elements as desired. If not, I pull up the select source data dialog and fix Excel's incorrect guesses.

    That seems like it should work for you, if I understand correctly.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  4. #4
    Registered User
    Join Date
    09-14-2021
    Location
    Arkansas
    MS-Off Ver
    2016
    Posts
    42

    Re: Column Chart, showing planned and actual projects & how many are completed in each mon

    Mr. Shorty,

    Thank you for the help. I appreiciate it!

+ 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. [SOLVED] Planned vs Actual Formula
    By juan.doe in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-01-2021, 07:27 AM
  2. Replies: 3
    Last Post: 03-30-2020, 01:34 PM
  3. project status chart (PDR, CDR..) planned vs actual.
    By gefmos in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 11-24-2017, 08:50 AM
  4. Chart For Showing Planned Vs Actual
    By chullan88 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 02-15-2016, 10:13 AM
  5. Replies: 4
    Last Post: 03-17-2015, 08:06 AM
  6. Planned Time Vs Actual
    By namluke in forum Excel General
    Replies: 2
    Last Post: 01-06-2015, 06:52 AM
  7. Planned vs. Actual Gantt
    By mycon73 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-22-2011, 01:10 AM

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