Hi folks!
I´m trying to perform a division using an array.
The information I have are in columns and I wanna change then to line at same divide them.
Example raw file:
Date - Var1 - Var2 - obs
Jan/06 - 200 - 1000 - 1
Jan/06 - 300 - 1000 - 2
Jan/06 - 400 - 1000 - 3
Jan/06 - 500 - 1000 - 4
after process the desirable result (Var1 / Var2) follow as show bellow
jan/06 - 0.2 - 0.3 - 0.4 - 0.5
Thanks
Message was edited by: Carlos