Forum Discussion

Deleted's avatar
Deleted
Jun 15, 2018

Possible to use formula?

I've been asked to try to find a formula that will look for a duplicate of a number in one cell against a cell that has a "range" of numbers. For ex:

I am looking to see if this number is duplicated

"7105+65" (land tract # ) and another cell has "7105+60 - 7206+10". 

 

So the number 7105+65 is duplicated in the range given.

 

is there any way to do a formula in a blank column to highlight or capture this duplication in some way without having to enter all of the tract numbers in the range?

 

 

13 Replies

  • Is the range written in the same cell or it's in 2 near cells?

     

    If it's all in the same cell, are all the numbers made of a 4 digits number, a + and a 2 digits number?

     

    At the moment I think you should use the "separate datas in column" feature to have all numbers in different columns (7105, 60, 7206, 10) and then check if a specified number (7105, 65) is within the cells written.

    • Deleted's avatar
      Deleted

      Is the range written in the same cell or it's in 2 near cells? The range is within one cell

       

      If it's all in the same cell, are all the numbers made of a 4 digits number, a + and a 2 digits number?

      the number is a land tract # or also called a station number and they are written as 7105+65  

       

      At the moment I think you should use the "separate datas in column" feature to have all numbers in different columns (7105, 60, 7206, 10) and then check if a specified number (7105, 65) is within the cells written. -

       

      I think dividing them up like that in columns would not be feasible since multiple tract numbers end in 65, 10, 15 etc. Each of those numbers would be called out as a duplicate when in fact it's not the number. The full number I need to look must include the 4 digits with a plus sign and the two digits.

      I am currently manually changing the cells with a range by inserting additional rows to put in the tract numbers that are in the range into individual cells.   thanks so much for your quick response - much appreciated!

      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        Hi Denise,

         

        Other words you'd like to find if the string in the cell is part of another strings in the columns cells. The question is you compare the cell or parts of the cells, i.e.

        7105+65-8888+15   and
        9999+10-7105+65

        shall match or that's not the case, only

        7105+65   and
        9999+10-7105+65

        shall work?