+ Reply to Thread
Results 1 to 4 of 4

Help with OFFSET/MATCH/SUMIFS formula

Hybrid View

  1. #1
    Registered User
    Join Date
    05-15-2013
    Location
    Omaha, Nebraska
    MS-Off Ver
    2007
    Posts
    23

    Question Help with OFFSET/MATCH/SUMIFS formula

    Hi,

    I inherited this spreadsheet from a colleague thats no longer here and now the formula in column D on the Sheet 'FTE Per Hour' is returning '#Value' Can someone please help this novice correct this formula? I've attached the file containing the error.

    Thanks, Brian.

    .Example072313.xlsx

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with OFFSET/MATCH/SUMIFS formula

    the 2 ranges in the sumifs are not of the same dimention..

    The offset function is creating a range that is 499 rows long, but the hard coded range B2:B493 is only 492 rows long.
    They need to be the same.

    Try
    =SUMIFS(OFFSET('FTE Schedules'!$G$2:$G$500,0,MATCH(B2,'FTE Schedules'!$H$1:$BC$1)),'FTE Schedules'!$B$2:$B$500,A2)

  3. #3
    Registered User
    Join Date
    05-15-2013
    Location
    Omaha, Nebraska
    MS-Off Ver
    2007
    Posts
    23

    Re: Help with OFFSET/MATCH/SUMIFS formula

    that works, thanks so much!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with OFFSET/MATCH/SUMIFS formula

    You're welcome...

    As an alternate, I would prefer to use INDEX for that situation instead of Offset..
    And SUMIF Instead of SUMIFS....You're only doing 1 criteria (sumifS is intended for multiple criteria)
    =SUMIF('FTE Schedules'!$B$2:$B$500,A2,INDEX('FTE Schedules'!$H$1:$BC$500,0,MATCH(B2,'FTE Schedules'!$H$1:$BC$1)))

+ 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. Help with Offset/Match Formula
    By amartino44 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-24-2013, 07:15 PM
  2. User Defined Function using Sumifs, Offset, Match and CountA
    By PeterW2020 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-29-2011, 02:29 AM
  3. Excel 2007 : OFFSET Match formula need help
    By feno1 in forum Excel General
    Replies: 11
    Last Post: 12-24-2010, 01:20 PM
  4. Index, Match, Offset Formula
    By rhudgins in forum Excel General
    Replies: 2
    Last Post: 06-30-2010, 08:10 AM
  5. [SOLVED] Formula Help With MATCH & OFFSET
    By Joe Gieder in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-03-2005, 12:06 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