+ Reply to Thread
Results 1 to 4 of 4

Countifs, Sumifs, is there another "ifs"?

  1. #1
    Registered User
    Join Date
    10-23-2013
    Location
    São Paulo, Brazil
    MS-Off Ver
    Excel 2007
    Posts
    6

    Countifs, Sumifs, is there another "ifs"?

    I learned how to use countifs and sumifs, but I don't need to count or sum based on many criteria, I just need to know the text in a cell of a table based on many criteria of that table. Is that clear?

    For example, if I have these columns for my table:

    Date / Work Shift / Code / Sector


    And I need to find the code based on the Date, Work Shift and Sector, how can I do it. There are more complications regarding the fact that the date isn't organized, and codes aren't unique (the same can show up on many days and shifts).

    Thank you already, guys;

  2. #2
    Forum Contributor
    Join Date
    10-12-2012
    Location
    Bournemouth
    MS-Off Ver
    Excel 2010 / Excel 2007
    Posts
    126

    Re: Countifs, Sumifs, is there another "ifs"?

    you say there is many criteria, what is the criteria? There are a couple of different ways I can think of doing it, but I cant start to put an answer together on what you've given - do you have a sample sheet can look at?
    If my answer helped pls click the star =)

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Countifs, Sumifs, is there another "ifs"?

    You can use a LOOKUP formula, e.g.

    =LOOKUP(2,1/(Date=Z2)/(Work_shift=Z3)/(Sector=Z4),Code)

    where Z2:Z4 contain the criteria
    Audere est facere

  4. #4
    Registered User
    Join Date
    10-23-2013
    Location
    São Paulo, Brazil
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Countifs, Sumifs, is there another "ifs"?

    Here is a sample, with the SOURCE and the Worksheet.
    Attached Files Attached Files

+ 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] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  2. Replies: 5
    Last Post: 07-08-2013, 02:25 PM
  3. SUMIFS Function To Reset SUM if "x" is placed to "0" ??
    By Exceldummy101 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-15-2013, 04:45 PM
  4. Replies: 10
    Last Post: 01-26-2012, 08:26 AM
  5. can a "MINIF" formula be built, equivalent to "SUMIFS"?
    By jrtaylor in forum Excel General
    Replies: 4
    Last Post: 10-22-2011, 12:44 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