I am trying to write a script which will take the users input, and then look to match that input in a specific column. THen once that input is found in the column, I want the script to print the values of two different cells in that row.
For example, if the data is in cell C4, I want the script to print what is in cells j4, W4 and x4.
I know I need to parse the file, but i'm not sure how to go about telling it to print the cells in these specific columns.
Any help is greatly appreciated!
For example, if the data is in cell C4, I want the script to print what is in cells j4, W4 and x4.
I know I need to parse the file, but i'm not sure how to go about telling it to print the cells in these specific columns.
Any help is greatly appreciated!