+ Reply to Thread
Results 1 to 6 of 6

If Lookup Formula Needed I Think

  1. #1
    Registered User
    Join Date
    06-11-2012
    Location
    Essex
    MS-Off Ver
    Excel 2007
    Posts
    17

    If Lookup Formula Needed I Think

    A B C
    1 Team Amount Paid
    2 AA £100
    3 BB £100
    4 AA £100
    5 CC £100
    6 CC £50
    7 EE £110
    I am trying to colate data for a number of football teams and need to match Certain cells if the team is the same.

    If I do A quick Graph Example: The actual data goes down over 400 lines! and i need to do it over every line,



    Now If we start in "C2" you will see the Team is "AA" amd the amount is "£100" now what i need to do is see if any other lines with team "AA" have the same amount, if there is a match we need to input "Over Paid" if we have no match then "Paid" if its a zero then it needs to be ingored as there will be lots of zeros that match.

    Anyone know how i can do this?

  2. #2
    Registered User
    Join Date
    06-11-2012
    Location
    Essex
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: If Lookup Formula Needed I Think

    Still Need Help On This One Please?

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: If Lookup Formula Needed I Think

    Do you mean?

    =if(B2=0,"",if(countifs($A:$A,A2,$B:$B,B2)>1,"Over Paid","Paid"))

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,033

    Re: If Lookup Formula Needed I Think

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    Never use Merged Cells in Excel

  5. #5
    Registered User
    Join Date
    06-11-2012
    Location
    Essex
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: If Lookup Formula Needed I Think

    Brilliant!

    Thank You.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: If Lookup Formula Needed I Think

    Please don't ignore the moderator request. Please update the title in your original post. Something like "Look for multiple matches to determine outcome" or similar...

+ 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