+ Reply to Thread
Results 1 to 6 of 6

Isnumber

  1. #1
    Forum Contributor
    Join Date
    12-30-2008
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    197

    Isnumber

    Hi,

    Im using a formula to identify new part numbers.

    The formula is: =IF(ISNUMBER(MATCH(A217,Existing!A:A,0)),"","NEW")

    However you can clearly see from the attached that if has flagged a duplicate part number as new. Why would it do that? Check out A1368 in existing and A217 in new

    Please help.

    Thanks
    Attached Files Attached Files
    Last edited by 3smees23; 06-18-2009 at 05:03 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    re: Isnumber

    A217 has a trailing space.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    12-30-2008
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    197

    Re: Isnumber

    Is there a formula that I can delete these trailing spaces?

    Thanks

    Sam

  4. #4
    Forum Contributor mubashir aziz's Avatar
    Join Date
    03-18-2009
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2013
    Posts
    533

    Re: Isnumber

    you can use Trim() function to control these trailing spaces

    =IF(ISNUMBER(MATCH(TRIM(A217),Existing!A:A,0)),"","NEW")
    If this post helps, Please don't 4get to click the star icon located at the bottom left of my Post.

  5. #5
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: Isnumber

    TRIM

    =IF(ISNUMBER(MATCH(TRIM(A1),Existing!A:A,0)),"","NEW")
    Cheers
    Andy
    www.andypope.info

  6. #6
    Forum Contributor
    Join Date
    12-30-2008
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    197

    Re: Isnumber

    Thanks all!!!!

+ 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