Match cell value in one column to multiple cells in another column
Hello, I have a data table with many columns that I need to review and find a few data points of concerns. I writing a script that will find, color, select then extract to another subset table. My issue is with the find portion of the script. To give you an example, my table has a timestamp record for every data point/cell. I need to find matching cells in timestamp column then look at multiple ma...