Forum Discussion
Possible to use formula?
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!
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!
- SergeiBaklanJun 18, 2018Diamond Contributor
Hi Denise,
If simply to check A5 is within C12 or not when
=IF(ISNUMBER(SEARCH(A5,C12)),"In range", "Not in range")
If you have set of numbers in column A and different ranges in column C to find if every of A is within any of C will be bit more complex, but better to know how exactly your data are organized. If something like this better to have small Excel file sample.
- DeletedJun 20, 2018
Sorry it took so long to respond - the team changed the formatting on the spreadsheet to see if it would help with this formula - the + signs have been removed and they have only used one number per cell. So the new question is - as you can see on this sample, the end # should match the start # of the next row and if it doesn't it will need called out - so I am using this formula for that =IF(A4=B3,,"Overlap") which is working fine, but we will also need to know if any number that is "between" the start and end number is duplicated in any other row. Thanks for all the help that has been supplied so far.
START END 790866 788366 788365 786721 786721 784104 784104 782292 782292 780500 780500 778700 778700 777900 777900 777100 777100 776900 776900 776600