+ Reply to Thread
Results 1 to 3 of 3

Sumif formula help to exclude seasonal employees

  1. #1
    Registered User
    Join Date
    10-27-2016
    Location
    Maine, USA
    MS-Off Ver
    Office 2007
    Posts
    1

    Sumif formula help to exclude seasonal employees

    I currently have this formula in an excel document

    =SUMIF(I3:I92,"<160")/40

    But in column C3:C92 I have the values S,FT & FTE. They represent employees who are Seasonal, Full Time and Full Time Equivalencies.

    I need the above formula to exclude the Seasonal employees.

    So if the Value in column C is an S don't add
    If the value in column C is an FT or FTE then add but only if the value in column I is less then 160

    Thanks for any help on this formula

    Fairburne

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumif formula help to exclude seasonal employees

    Maybe this...

    =SUMIFS(I3:I92,C3:C92,"<>S",I3:I92,"<160")/40
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    10-27-2016
    Location
    Seattle, Washington
    MS-Off Ver
    2016
    Posts
    5

    Re: Sumif formula help to exclude seasonal employees

    use the sumifs function which can include multiple criteria.
    You will have to double check in excel itself but I believe the format is something like...
    sumifs (<sum range>, criteria range 1, criteria 1, criteria range 2, criteria 2,.... criteria range n, criteria n)

    your formula would be

    sum(sumifs(I3:I92 (if that's your sum range),I3:I92(if that's the criteria range),"<"160,C3:C92,"=FT"),sumifs(I3:I92 (if that's your sum range),I3:I92(if that's the criteria range),"<"160,C3:C92,"=FTE"))/4

+ 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. SUMIF and Exclude Duplicates
    By hthoma11 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-13-2016, 12:11 AM
  2. [SOLVED] Seasonal Forecast Excel Formula
    By foxyspook in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-12-2016, 04:21 AM
  3. Calculate # of employees each hour; sumif formulas
    By sprdsheet in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-05-2014, 12:29 PM
  4. Understanding the maths in seasonal analysis formula
    By Kolacube in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2013, 11:08 PM
  5. Sumif formula to exclude letter from range E3:E6
    By AhmedIsmail759 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-22-2013, 09:53 AM
  6. Creating Year to Date formula using Vlookup or sumif and exclude #N/A
    By CassidiC12 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-24-2013, 07:27 PM
  7. [SOLVED] Exclude date from sumif
    By dogster in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-31-2012, 02:15 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