+ Reply to Thread
Results 1 to 6 of 6

Having problems creating a graph

  1. #1
    Forum Contributor
    Join Date
    09-02-2009
    Location
    Texas, USA
    MS-Off Ver
    Excel 2007
    Posts
    110

    Having problems creating a graph

    The data file should be attached. Without having to reformat the table I would like instructions on how to line graph this such that the month value is on the x axis and the consumer confidence index level is on the y axis.

    Thank you so much.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-29-2009
    Location
    Belgium
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    534

    Re: Having problems creating a graph

    Like this?
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    09-02-2009
    Location
    Texas, USA
    MS-Off Ver
    Excel 2007
    Posts
    110

    Re: Having problems creating a graph

    Sorry for not clarifying but it needs to be strictly one continuous line, not multiples. Hope that helps, thanks for the attempt though!

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Having problems creating a graph

    Rearrange all the data into two columns with the complete date (month and year) in the left column, and plot in the normal fashion.
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    09-02-2009
    Location
    Texas, USA
    MS-Off Ver
    Excel 2007
    Posts
    110

    Re: Having problems creating a graph

    Thank you very much sir. Shame there was no way to do that without modifying it, but this is great none the less thanks again.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Having problems creating a graph

    You can do it with formulas.

    In A37 and down, =DATE(INDEX($A$3:$A$35, INT( (ROWS(A$37:A37) + 11) / 12) ), MOD(ROWS(A$37:A37) - 1, 12) + 1, 1)

    In B37 and down, =INDEX($A$2:$M$35, MATCH(YEAR(A37), $A$2:$A$35, 0), MATCH(TEXT(A37, "mmm"), $A$2:$M$2, 0) )

+ Reply to Thread

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