+ Reply to Thread
Results 1 to 2 of 2

formula taking 2 criteria?

  1. #1
    Registered User
    Join Date
    03-14-2007
    Posts
    1

    formula taking 2 criteria?

    Hello,

    I need to find a formula that can have two criteria.

    I want to transfer data from one table to another table (see attachment).

    I use the SUMIF formula, but this formula can only take one criteria. My criteria should be the left column (the numbers) and the top row (the titles). So, in table B if both of these criteria are met, then data can be transfered from table A to table B.

    The formula must be set to table B.

    So in my example, only the number 30 must be transferred in table B.

    Can you help me?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    ssuming table 1 in cells A12:F9 and table 2 in A12:E18 then one way is to use this formula in B13 copied across and down

    =SUMIF($A$3:$A$9,$A13,INDEX($B$3:$F$9,0,MATCH(B$12,$B$2:$F$2,0)))

+ 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