+ Reply to Thread
Results 1 to 4 of 4

Using a formula to create a daily summary of a monthly rota

  1. #1
    Registered User
    Join Date
    04-08-2021
    Location
    London, England
    MS-Off Ver
    2010 Professional plus
    Posts
    1

    Using a formula to create a daily summary of a monthly rota

    Hi all

    I was hoping you might be able to tell me where I'm going wrong!!


    I intend to create a daily allocation sheet based on timings of shifts -I intend to select the date from drop down box and then data is going to be pulled from a monthly rota.

    This should make it easier to work out who is working on any given day, without time-intensive searching of the rota.

    I have tried to create an array formula based on some of the advice that I've seen on this forum - however the data I'm getting out is incorrect.

    I've attached the example spreadsheet that I'm working with that has the formula in situ.

    There seems to be a consistent error that it gets the first two allocations correct and then the second two allocations incorrect.

    I've tried to troubleshoot it, but I can't see where I've got it wrong. Any help would be much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,416

    Re: Using a formula to create a daily summary of a monthly rota

    Here's a non-array formula to do what you want:

    =IFERROR(INDEX($1:$1,AGGREGATE(15,6,COLUMN($C$1:$AH$1)/(($A$3:$A$33=$B$39)*($C$3:$AH$33=C$39)),ROWS(B39:$B$39))),"")

    If you want to continue to use an array, for some reason, use this:

    IFERROR(INDEX($1:$1

    at the start.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,491

    Re: Using a formula to create a daily summary of a monthly rota

    Welcome to the forum.

    WHERE in that cacophony of colour are we meant to be looking, please? Define 'correct' and 'incorrect' - what are you getting and what are you expecting? And what's the formula?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,799

    Re: Using a formula to create a daily summary of a monthly rota

    C40=IFERROR(INDEX($C$1:$AH$1,AGGREGATE(15,6,COLUMN($C$1:$AH$1)-COLUMN($C$1)+1/($A$3:$A$33=$B$39)/($C$3:$AH$33=C$39),ROWS($C$40:C40))),"")

    Copy across and down

+ 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 summary file from daily worksheet that will be cleared daily
    By spyac in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-03-2017, 10:04 AM
  2. [SOLVED] Formula to Group analytical data imputed daily into daily weekly and monthly analysis.
    By tianasamour in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-13-2015, 06:10 PM
  3. Replies: 0
    Last Post: 04-07-2015, 11:39 PM
  4. I need to create a monthly rota for up to 8 people
    By EileenABC in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-03-2014, 04:22 PM
  5. Task time tracking with daily and weekly and monthly summary
    By issam.ha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-04-2014, 12:02 PM
  6. [SOLVED] [Solved] Convert from daily to monthly income summary
    By androidman in forum Excel General
    Replies: 3
    Last Post: 02-12-2013, 08:44 AM
  7. Need a Formula to turn daily data into a monthly summary for gross revenue
    By mikavelli17 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2012, 12:19 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