+ Reply to Thread
Results 1 to 9 of 9

multiple conditions with Function Sumif

Hybrid View

  1. #1
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: multiple conditions with Function Sumif

    hi Punter, welcome to the forum. you dont need SUMIF if all you need is a single value. try:
    =INDEX($B$2:$F$8,MATCH("Activity 2",$A$2:$A$8,0),MATCH(--("4jan13"),$B$1:$F$1,0))

    or if there is a chance "Activity 2" appears more than once, then:
    =SUMIF(A2:A8,"Activity 2",INDEX(B2:F8,,MATCH(--("4jan13"),B1:F1,0)))

    "Activity 2" & --("4jan13") can be referred to a cell reference where such values exist

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  2. #2
    Registered User
    Join Date
    01-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: multiple conditions with Function Sumif

    Quote Originally Posted by benishiryo View Post
    hi Punter, welcome to the forum. you dont need SUMIF if all you need is a single value. try:
    =INDEX($B$2:$F$8,MATCH("Activity 2",$A$2:$A$8,0),MATCH(--("4jan13"),$B$1:$F$1,0))

    or if there is a chance "Activity 2" appears more than once, then:
    =SUMIF(A2:A8,"Activity 2",INDEX(B2:F8,,MATCH(--("4jan13"),B1:F1,0)))

    "Activity 2" & --("4jan13") can be referred to a cell reference where such values exist
    Thank You Very Much! I hardly use the deadly combo of Index & Match, if you can please help me understand this formula.

+ 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