+ Reply to Thread
Results 1 to 6 of 6

Formula to Convert Week Chart to Day Chart

  1. #1
    Registered User
    Join Date
    11-09-2015
    Location
    Florida
    MS-Off Ver
    O365
    Posts
    61

    Formula to Convert Week Chart to Day Chart

    Hi!

    I'm not sure how to get started on this. I have an on call rotation that runs from Wednesday to Wednesday each week. The data i track on is based on weeks (Wed-Tues) and I need to see if I can some how extract the data to a second table and break it out day by day with the person's name next to each day. I'm attaching a workbook that should illustrate it better than I'm able to describe. I believe I need to use formulas because I have a requirement to maintain table 1 (in my sample) as is.

    Any help getting going would be appreciated.

    Whh3
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to Convert Week Chart to Day Chart

    Try this in L4:

    =IF(COUNTIFS($A$4:$A$11,$J4,C$4:C$11,"x"),L$3,"")

    Then drag the formula to the right and down.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Formula to Convert Week Chart to Day Chart

    Hi Whh3,

    I did some restructure of your data and then a Pivot Table with this new design. See if you can deal with the Pivot Table answer. You need to group the dates by 7 days to show like the attached.

    PT for Schedule.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to Convert Week Chart to Day Chart

    If you want the formulas to reference the table instead of an absolute range, try these instead:

    L4 =IF(COUNTIFS(Table1[Week],[@Week],Table1[Joe],"x"),Table2[[#Headers],[Joe]],"")
    M4 =IF(COUNTIFS(Table1[Week],[@Week],Table1[Sam],"x"),Table2[[#Headers],[Sam]],"")
    N4 =IF(COUNTIFS(Table1[Week],[@Week],Table1[Sue],"x"),Table2[[#Headers],[Sue]],"")
    O4 =IF(COUNTIFS(Table1[Week],[@Week],Table1[Jack],"x"),Table2[[#Headers],[Jack]],"")
    P4 =IF(COUNTIFS(Table1[Week],[@Week],Table1[Jane],"x"),Table2[[#Headers],[Jane]],"")

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to Convert Week Chart to Day Chart

    Thanks for the rep!

    I'm assuming that one of the given solutions worked for you?

  6. #6
    Registered User
    Join Date
    11-09-2015
    Location
    Florida
    MS-Off Ver
    O365
    Posts
    61

    Re: Formula to Convert Week Chart to Day Chart

    Thanks and it did help. Was wondering if I could get the names to line up in one column and use the table references instead. The table reference will cover when I add move dates and people. Attaching an updated workbook with a second tab showing what I'm thinking. Thanks again!
    Attached Files Attached Files

+ 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] Create a chart to compare week on week volumes
    By fastcar in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-17-2016, 08:43 PM
  2. [SOLVED] Convert Chart Creation Macro to Stacked Column Chart
    By JBeaucaire in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 09-24-2014, 01:08 PM
  3. [SOLVED] Formula for week to date chart, but not showing until data entered.
    By paul*r in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-14-2014, 01:41 PM
  4. Chart previous week data as grouped and current week as ungrouped
    By r_a_c_a_4_u in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-17-2013, 12:55 PM
  5. Trend by day of week chart
    By aggiedawn in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-31-2011, 02:13 PM
  6. Convert scatter chart to bubble chart
    By JayUSA in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2009, 01:49 PM
  7. [SOLVED] chart data by day of week
    By Dan in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-11-2006, 09:20 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