Hello all,
I am trying to use a formula to determine if a value on one tab exists within a column on another tab that has multiple values per cell separated by commas. If the value does exist, I would like to return "OK", if not "NO".
For example, I have the value 0740 in cell B13, and the below table is on tab "template" in column K.
<tbody>
</tbody>
The equation I would think to use is =if(vlookup(B13,'template'!A:K,11,FALSE),"OK","NO")
However, I am being returned a #N/A which I'm assuming is because the data is separated by commas.
Does anyone know what equation I should be using for this?
Thank you.
I am trying to use a formula to determine if a value on one tab exists within a column on another tab that has multiple values per cell separated by commas. If the value does exist, I would like to return "OK", if not "NO".
For example, I have the value 0740 in cell B13, and the below table is on tab "template" in column K.
0740, 0111, 0115 |
0330, 0310, 0335 |
0150, 0740, 0330 |
1540, 0255, 0221 |
0310, 0611 |
<tbody>
</tbody>
The equation I would think to use is =if(vlookup(B13,'template'!A:K,11,FALSE),"OK","NO")
However, I am being returned a #N/A which I'm assuming is because the data is separated by commas.
Does anyone know what equation I should be using for this?
Thank you.