How to find row and column (cell) that matches a value
I have tables that are generated and the format is different from time to time and it breaks my script. The tables are massive and so the way i handle my loops is that i import the first 100 rows and 5 columns, for speed. Then i search a particular column for a keyword to help me know where which row the real data starts. I close the file then reopen with that variable identifying the column he...
vince_faller