I'm trying to find a way to automate a process from beginning to end.
The details of the process, which I'm doing manually, are as follows:
I have a tab delimited file (.tab file extension). The files have a variable number of rows. I'm using excel to open the files and multiply some of the columns by -1 to negate their values. After negating the values, I save the file.
I'm looking for a way to automate this process, and though that powershell might be capable of doing so, but my searches haven't yielded much useful information.