Hello all,
First of all, let me present you my sheet: I have an EXCEL file used to store all received quantities of different products for a project. The first columns contain info such as: designation, supplier, reference. Then:
D = total qty received until now
E = total qty received in the 1st reception
I would like to create a button (Add reception) that creates column F = total qty received in the 2nd reception.
While the macro runs, the cells from column D must change their formula so there would be the sum between E and F.
The button might be used several times, depending of the number of receptions. I am stuck at modifying the formula in column D.
PS: the above is a more simple alternative as one reception contains 4 columns (Qty sent by supplier, Qty received, Difference, Document number) in my file, but still, the problem remains the same, how can I change the formula in column D when I add new receptions?
Thank you,
Adi
First of all, let me present you my sheet: I have an EXCEL file used to store all received quantities of different products for a project. The first columns contain info such as: designation, supplier, reference. Then:
D = total qty received until now
E = total qty received in the 1st reception
I would like to create a button (Add reception) that creates column F = total qty received in the 2nd reception.
While the macro runs, the cells from column D must change their formula so there would be the sum between E and F.
The button might be used several times, depending of the number of receptions. I am stuck at modifying the formula in column D.
PS: the above is a more simple alternative as one reception contains 4 columns (Qty sent by supplier, Qty received, Difference, Document number) in my file, but still, the problem remains the same, how can I change the formula in column D when I add new receptions?
Thank you,
Adi