Ask Experts Questions for FREE Help !
Ask
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #1

    Oct 16, 2008, 02:53 AM
    two criteria - multipule matches that are the same - 1 answer to be return
    Hi all,

    I hope everyone is well! I really need some help with an excel formula if anyone has the time it would be much appreciated. I've been working on this for a while and I'm not even sure which formula I should be using let alone which format it should be written it.

    I've been looking through past threads and I can't find what I need to do anywhere. There was one formula that came close:

    =SUMPRODUCT((A2:A100="Aimbry")*(B2:B100="LW")*(C2: C100))

    but this adds up all the matching results.

    What I need to do is match the info in columns A and B and return a number in column C.
    The problem is that there are multiple rows with identical entries and I just want to return one of them.
    So I was thinking a version of the above that produced a mode or average would give the desired result.

    It would be so helpful if someone could give me a point in the right direction, I've been pulling my hair out over this for a while now! Lol!

    Thank you for you time
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #2

    Oct 16, 2008, 06:37 AM
    Cheeky Charlie
    Registered User of Microsoft Excel Tips from Excel Tip .com / Excel Tutorial / Free Excel Help


    Make a column D, D2=SUMPRODUCT(N(A$2:A2&B$2:B2=A2&B2))

    Copy this down, it will count each unique entry across A & B - then you can amend your formula -
    =SUMPRODUCT((A2:A100="Aimbry")*(B2:B100="LW")*(C2: C100)*(D2:D100=1))

    to give the first instance of each unique entry - changing the bold 1 to a two will only sum the second instance of each etc.

    There may be better ways, this is one approach.


    Thanks again to Cheeky Charlie for helping me out me!
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #3

    Oct 16, 2008, 06:41 AM

    I'm not sure I understand, Can you give us an example of what your spreadsheet looks like? What are you trying to match, etc.

    If you want you can attach a sample file to your psot here.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #4

    Oct 16, 2008, 07:35 AM

    Can you post a link to the conversation you had over there? As I understand your question, this result doesn't do what you asked. So, was the question mispresented, or is the explanation you've provided in the solution mispresented?

    I'd like to know.
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #5

    Oct 23, 2008, 02:27 AM
    HI guys

    Sorry for taking ages to get back to you!
    I have prepared an example for you to look at which is attached.

    There's a few things going on so take you time... let me know if you have anymore problems
    Attached Files
  1. File Type: xls Example1.xls (54.0 KB, 213 views)
  2. ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #6

    Oct 23, 2008, 05:44 AM

    You need to describe in greater detail what you want to do with this sheet. Which are the columns (A, B, & C) that you merntioned in your OP?
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #7

    Oct 24, 2008, 03:21 AM
    Hi guys

    I've described each formula and each part of the formula that I understand, in the excel file. Have a read.

    You can tell which columns Im copying from the working tab to the summary tab by looking at the column titles.

    I hope this helps... Good Luck!
    Attached Files
  3. File Type: xls Example1.xls (55.5 KB, 157 views)
  4. ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #8

    Oct 24, 2008, 06:10 AM

    Ok, I think I'm beginning to understand. You want to look up a supplier and return the values from the numerical columns. So the question is how do you determine what row to choose from?
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #9

    Oct 24, 2008, 07:30 AM
    Lol yes I guess that would have been a simple way of putting it, when I wrote this I didn't know how to put several criteria into a formula so I prob should have done it in two threads... do you think I need to change how the question is worded?

    Do you think the question is answered in an understandable way now?

    Cheers
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #10

    Oct 24, 2008, 08:50 AM

    But you haven't answered my question about how you determine which row?
    deaexcelpadawan's Avatar
    deaexcelpadawan Posts: 13, Reputation: 1
    New Member
     
    #11

    Oct 24, 2008, 09:38 AM
    oohh, OK soz


    The formula below is in column F on the Work tab
    =SUMPRODUCT(N(A$2:A2&B$2:B2=A2&B2))

    Im not sure how this formula works but
    This formula looks at the info in column A and B, then looks to see if it matches anything that came in to columns before it. Therefore the first unique row will have a 1 in it and every copied row after that gets a higher number… SO to make this formula work copy into to cell and copy down the row.
    This formula works by only looking in Column A and B in the rows that are above the current row and sees if the currents rows match any that came before it.

    On the summary tab
    Here is an example of the formula

    =SUMPRODUCT((WORK!$A$2:$A$55=A5)*(WORK!$B$2:$B$55= $A$3)*(WORK!$C$2:$C$55)*(WORK!$F$2:$F$55=1))


    The last bracketed bit which I've copied below is the bit that confines the search to one row
    (WORK!$F$2:$F$55=1))
    This means look in the work tab in column F and find the number 1



    PS. Here's a copy of my Explanation contained in the spreadsheet of what the different parts of the formula do


    SUMPRODUCT((WORK!$A$2:$A$55=A5)
    This means look in the work tab in column A and find the value shown on the current spreadsheet in cell A5


    (WORK!$B$2:$B$55=$A$3)
    This means look in the work tab in column B and find the value shown on the current spreadsheet in cell A3

    (WORK!$C$2:$C$55)
    The three other parts of this formula are designed to whittle down the options on the working tab so only one row is unique to these specifications and this formula just says copy the value in column C that is in the row that matches the criteria of the other parts of the formula

    (WORK!$F$2:$F$55=1))
    This means look in the work tab in column F and find the number 1


    The double brackets at the start and end of this formula have to be added and * signs between each of the ()


    Hope this helps have a cool Weekend

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Sorting & highlighting exact matches [ 4 Answers ]

I am working with a very large spreadsheet. I need to sort it by one column to find items that have the same number assigned to them. Is there a way to do this where those matches are highlighted so that they stand out? I have sorted by this column, but it will take me days to scroll through it...

What color matches with my hair [ 2 Answers ]

I have very balck hair, it falls a lot so I don't have a lot of it. My hair is weak and dry just a little. I want to make it brown for a change. Is it better just to high light it to prevet having more hair fall & dry hair. Or is it better to dye it all ?:confused:

Counting when there are 2 criteria [ 1 Answers ]

In a spreadsheet, how do I get a count total if there are two criteria? For example, in one column I want to count all the "1"'s if, in another column there is a "c".

Which Canadate matches your views? [ 3 Answers ]

Pick Your Candidate Pretty Interesting site. Any surprises?

Excel: 2 criteria - 1 answer [ 9 Answers ]

GMorning Ladies/Gentlemen! Here's a small question: Is it possible to have two criteria which are filled in by a user, and in a third box an answer appears? I have put an example attached in zip format. Many thanks, Srecak


View more questions Search