LawnmowerITGuy
New Member
- Joined
- Aug 9, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have 2 sheets in my workbook. I am trying to determine if the serial number value from any given row in sheet 1 exits in a column of comma separated values in row Sheet2. I have no control over how the data is exported from either system. I've tried to find and I dont get any data. I've tried match with all 3 match types. If I do an exact match I get NA, if I do less than I get for the serial numbers but it's incorrect, and the same with less than. I'm not sure what the best way to get the data I want is.
On Sheet1 I have data that looks like this. It consits of a NodeName, RowID, Poller type and value. For each node there will be the same amount of Rows with a model poller and a serial poller. I've added an exists column that I want to put in a yes or no if the value exists
Sheet2 contains serial numbers. The amount of serial numbers in a row is determined but how many units I have for that node
On Sheet1 I have data that looks like this. It consits of a NodeName, RowID, Poller type and value. For each node there will be the same amount of Rows with a model poller and a serial poller. I've added an exists column that I want to put in a yes or no if the value exists
NodeName | Row_ID | Poller | Status | Exists |
Node1 | 0 | EX1Model | ex3400 | |
Node1 | 1 | EX1Model | ex3400 | |
Node1 | 0 | EX1Serial | NY123456789 | |
Node1 | 1 | EX1Serial | NY124589648 |
Sheet2 contains serial numbers. The amount of serial numbers in a row is determined but how many units I have for that node
JW123548958, JW987654321, JW654987123, JW852963741 |
LX528936174, LX15975346 |
HV367259841 |
NY123456789, NY124589648 |
TC852643197 |
XU789258631 |