I need to divide the values of each cell in column A with the corresponding cell in Column b with VBA. how can I do that?
so say I have these values
A B C
1 3 1/3
2 2 2/2
3 1 3/1
Column C should = 1/3 C1, 2/2 for C2, and so on and so forth
I have a full list of these how can I do that with a macro?
so say I have these values
A B C
1 3 1/3
2 2 2/2
3 1 3/1
Column C should = 1/3 C1, 2/2 for C2, and so on and so forth
I have a full list of these how can I do that with a macro?