+ Reply to Thread
Results 1 to 9 of 9

Plotting a chart to show monthly target and achieved

  1. #1
    Registered User
    Join Date
    09-14-2015
    Location
    New Delhi
    MS-Off Ver
    2013
    Posts
    35

    Plotting a chart to show monthly target and achieved

    Hello All,

    I am caught up in a weird situation, when plotting a chart to show monthly target vs achieved data. The scenario is that for particular month, say MAY, the SR's targeted for completion was 9 and 1 of it got completed in APR and the rest 8 got completed in MAY, so when plotting the graph, its showing that 1 less was completed in MAY, whereas it was completed earlier itself. So my query is how to show target vs achieved in case, few of the projects/tasks may have been completed before time or earlier month. Please advise and assist.


    Explained below with screen shots -

    RAW DATA

    Raw Data for Excel Forum_Target Vs Achieved.jpg


    CONSOLIDATED TABLE (populated using COUNTIFS, to know the number of SR's targeted and achieved for a particular month)

    COUNTIFS Data_Consolidated Table.jpg


    FINAL GRAPH, which shows a deficit by 1 in "Achieved" for MAY whereas that 1 SR was completed before time in APR

    Actual VS Target Chart - Discrepancy.jpg

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Plotting a chart to show monthly target and achieved

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,431

    Re: Plotting a chart to show monthly target and achieved

    It's not the chart that is wrong but the formula you are using to determine which of the Apr and May records were completed.
    Rather than counting the Actual completions for a given month you should count the targets for a given month AND those that have any Actual completion date.
    Cheers
    Andy
    www.andypope.info

  4. #4
    Registered User
    Join Date
    09-14-2015
    Location
    New Delhi
    MS-Off Ver
    2013
    Posts
    35

    Re: Plotting a chart to show monthly target and achieved

    Hello Andy / Pepe,

    Thanks for your guidance on how to use the forum correctly. Please find attached the raw data sheet for the issue. As mentioned earlier, I am trying to plot a chart to show the target vs achieved per month. Now look at the chart (pasted earlier) for the month of May is shows that one less project was achieved (08) than what was the target (09). However, when we look at the raw data, it seems, that one project was completed early and in month of Apr. So if someone looks just at the graph then it seems that for the month of May'19 one less project was achieved than the target but that is not the case. So how to plot or depict this scenario in a graph. Looking forward for help and guidance

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: Plotting a chart to show monthly target and achieved

    As Andy suggests, I believe that if you paste the following formula into cell C2 on the CountIFS_Table sheet and copy down, it will yield the expected results:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    09-14-2015
    Location
    New Delhi
    MS-Off Ver
    2013
    Posts
    35

    Re: Plotting a chart to show monthly target and achieved

    Hello JeteMc,

    Thanks for the inputs and it worked well for the data set I had provided. So its excellent solution.

    However, I may need a little more help to fit in this formula to a chart I was doing and attached in the raw data for it.

    So what additional I did :-

    1) Add columns for LoB & DC in the Raw Data sheet
    2) Inserted a Option and Combo Box in the CountIFS_Table sheet
    3) Added a column Achieved With Conditions in the CountIFS_Table sheet. This columns calculate the achieved value based on selection of the option & combo box

    The objective is that to have the column "Achieved With Conditions" updated based on the selection of the option & combo box.

    Problem :- When I select "All" from drop-down, then it gives me an error.

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: Plotting a chart to show monthly target and achieved

    It appears that the issue is with the formula in cell D19 which reads: =INDEX($M$19:$M$23,D18,0)
    If that formula is modified to read =INDEX($M$19:$M$24,D18,0) then values are given for "ALL".
    As the values given in D5:D16 are the same as in C5:C16 you could change the formula in D5 and down to read:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    I believe this should be more computationally efficient, unless the intent is to remove column C.
    Let us know if you have any questions.

  8. #8
    Registered User
    Join Date
    09-14-2015
    Location
    New Delhi
    MS-Off Ver
    2013
    Posts
    35

    Re: Plotting a chart to show monthly target and achieved

    Thanks a lot JeteMc for the kind help and guidance.

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: Plotting a chart to show monthly target and achieved

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Extracting Monthly Target Vs Achieved from Large Data
    By jayeshk in forum Excel General
    Replies: 3
    Last Post: 12-24-2015, 08:58 AM
  2. Formula to show Due/ Overdue/ Achieved - problem
    By lukasz_W in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-18-2015, 03:40 AM
  3. formula to show Due/Overdue/Achieved
    By lukasz_W in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-05-2015, 02:53 AM
  4. [SOLVED] Using IF function to show highest value achieved across a range of cells
    By oatsiebfc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-17-2014, 07:13 PM
  5. excel formula to calculate days result achieved or not achieved
    By breadwinner in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-22-2013, 08:39 AM
  6. Compare two columns count those where target achieved
    By timdanz in forum Excel General
    Replies: 3
    Last Post: 03-11-2011, 02:12 PM
  7. Charting data points and show a target range on the same chart.
    By Minireefkeeper in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 02-18-2006, 02:55 PM

Tags for this Thread

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