My data set looks like this:
col1: 1,4,5,6,24,6
col2: 1,5,4,2,45,6
I want to find:
(col1[0] - col2[0]) and then paste into col3[0]
then
(col1[1] - col2[1]) and then paste into col3[1]
for approx. 4000 entries until there are no more values.
How would I do that using a macro or VB in excel? Thanks in advance.
How would I do that using a macro
By simply recording a macro and following the steps that you want :) – Siddharth Rout