Forum Discussion
Possible to use formula?
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.
- DeletedJun 16, 2018
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!
- SergeiBaklanJun 16, 2018Diamond 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?
- DeletedJun 18, 2018
Thanks for the quick response. I am trying to find out if one "tract" number that is one cell by itself can look in another cell to see
Example:
This number is in the cell shown (A5)
7105+65 ex: (column A - Row 5)
And in a another cell (C12) is this range (group) of tract numbers
9999+10-7105+65 ex: (column C - Row 12)
So, I am trying to find a formula that will recognize that in C12 is a range (group) of numbers and would look to find if the number in A5 is within that range (group) of numbers.
I know this is very confusing. I apologize for that. Thanks for your help!