+ Reply to Thread
Results 1 to 3 of 3

Question on IFAND formula in Excel - & is it the best method

  1. #1
    Forum Contributor
    Join Date
    11-02-2011
    Location
    Rugby, England
    MS-Off Ver
    Office 365
    Posts
    846

    Question on IFAND formula in Excel - & is it the best method

    Hello happy campers,

    I have a question regarding an IFAND formula (if its even the best method)
    I have a sheet (attached) and i would like a forumla to tell me the following.

    If the name in column A appears again with the same area as Column B then show me "DUPLICATE" if not show me nothing

    Now the IF statement i can do, but i do not know how to combine it with the AND, & im also unsre if this is the best method.
    In short i want to know when a name appears in the list under the same area more than once.

    Thanks in advance for your time.

    galvinpaddy
    Attached Files Attached Files
    Last edited by galvinpaddy; 12-14-2011 at 11:47 AM.

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

    Re: Question on IFAND formula in Excel - & is it the best method

    Assuming you have Excel 2010 as per your profile, then try:

    =IF(COUNTIFS($A$1:$A1,$A1,$B$1:$B1,$B1)>1,"Duplicate","")

    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.

  3. #3
    Forum Contributor
    Join Date
    11-02-2011
    Location
    Rugby, England
    MS-Off Ver
    Office 365
    Posts
    846

    Re: Question on IFAND formula in Excel - & is it the best method

    Thank-you very much indeed, very quick reply, much appreciated!!

+ 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