+ Reply to Thread
Results 1 to 3 of 3

MATCH and OFFSET help

  1. #1
    Registered User
    Join Date
    01-15-2018
    Location
    medford, oregon
    MS-Off Ver
    2010
    Posts
    21

    MATCH and OFFSET help

    I hope this makes sense

    My current formula is
    =IF(ISNUMBER(MATCH(K$3,OFFSET($AD$7:$AS$7,MATCH($I6,$AC$8:$AC$21,0),0),0)),"V","")
    (which shows when someone has a day off)

    Attached is my workbook, I need to add to the formula
    to also check for a MATCH in cells BG8:BU21 and insert a "W", and then also add 1 to the total on shift rows.
    (which will show someone working their day)

    and then in the total on shift cells, I have
    =SUMPRODUCT(NETWORKDAYS.INTL(K$3,K$3,$J$6:$J$11))-COUNTIF(K$6:K$11,"V")
    witch subtracts 1 from the total if there is a "V"

    I need to modify this to add 1 to the total on shift if there is a "W" I assume it will be
    =SUMPRODUCT(NETWORKDAYS.INTL(K$3,K$3,$J$6:$J$11))-COUNTIF(K$6:K$11,"V")+COUNTIF(K$6:K$11,"W")
    Attached Files Attached Files

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: MATCH and OFFSET help

    for the matrix, I'd change approach (to avoid OFFSET)

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In terms of the aggregate, yes, that would work - as long as you have a robust approach to your data mgmt (e.g. no W if working day, no V if non-working)
    (if not you could build into the SUMPRODUCT test itself)

  3. #3
    Registered User
    Join Date
    01-15-2018
    Location
    medford, oregon
    MS-Off Ver
    2010
    Posts
    21

    Re: MATCH and OFFSET help

    That works, Thank you-, I seriously don't know how you guys know all this stuff, I wish I could think like that.
    anyway thanks again!!

+ 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] Making SUMIF and OFFSET MATCH MATCH MATCH MATCH work
    By XL Grasshopper in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-30-2017, 11:12 AM
  2. [SOLVED] Quick INDEX MATCH MATCH OFFSET question
    By franb123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-25-2017, 02:56 AM
  3. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  4. Replies: 1
    Last Post: 10-06-2014, 02:13 PM
  5. [SOLVED] find, if match, then cut, offset. if not match, then cut and offset
    By flunzy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-05-2014, 10:39 AM
  6. [SOLVED] Dynamic Name Range using Offset&Match with Match based off a different column
    By mdlpjr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 06:33 PM
  7. Replies: 2
    Last Post: 03-16-2012, 12:03 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