+ Reply to Thread
Results 1 to 3 of 3

Checking if Scheduled names dont clash with same day time in a range

  1. #1
    Registered User
    Join Date
    06-25-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2013 / 2016
    Posts
    69

    Checking if Scheduled names dont clash with same day time in a range

    Hi,
    I'm trying to work out how to check if a players name is due to play on the same rink twice, then if the rink is double booked (day / time). I've attached an example as I'm finding if difficult to explain. Not sure if a formula or VBA would be needed?

    Hope someone can help
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Checking if Scheduled names dont clash with same day time in a range

    In H5
    =IF(OR(SUMPRODUCT(($B$5:$C$10=B5)*($F$5:$F$10=F5))>1,SUMPRODUCT(($B$5:$C$10=C5)*($F$5:$F$10=F5))>1),"Not Ok","Ok")

    In I5
    =IF(OR(SUMPRODUCT(($B$5:$C$10=B5)*($D$5:$D$10=D5)*($E$5:$E$10=E5))>1,SUMPRODUCT(($B$5:$C$10=C5)*($D$5:$D$10=D5)*($E$5:$E$10=E5))>1),"Not Ok","Ok")

    In J5
    =IF(SUMPRODUCT(($F$5:$F$10=F5)*($D$5:$D$10=D5)*($E$5:$E$10=E5))>1,"Not Ok","Ok")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    06-25-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2013 / 2016
    Posts
    69

    Re: Checking if Scheduled names dont clash with same day time in a range

    Excellent, worked a treat
    Sorry for the late reply

+ 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