icomefromchaos
New Member
- Joined
- Nov 21, 2014
- Messages
- 14
I am trying to see if a certain text is contained in a list. My next that I want to search over and see if it contains a value in a list is in column E and the list is located in column G. In column F i want to print Found if the number from G was found in E. Below is the formula that I used....
<code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit;"> IF(ISNUMBER(MATCH(G2:G118, E2:E4612, 0)), "N", "FOUND")
</code>It seems that everything worked just fine, until I was reviewing the matches and further down the column there is this series of number. The formula found only 1 in a set that was in column G...
66618 N
66618 N
66618 FOUND
66618 N
66618 N
ANND further down the sheet. it seems that the formula stopped running and marked all of the numbers as Found, even when they were not in column G.
Would anyone happen to have any suggestions?
<code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit;"> IF(ISNUMBER(MATCH(G2:G118, E2:E4612, 0)), "N", "FOUND")
</code>It seems that everything worked just fine, until I was reviewing the matches and further down the column there is this series of number. The formula found only 1 in a set that was in column G...
66618 N
66618 N
66618 FOUND
66618 N
66618 N
ANND further down the sheet. it seems that the formula stopped running and marked all of the numbers as Found, even when they were not in column G.
Would anyone happen to have any suggestions?
Last edited by a moderator: