there are 2 sheets like amount and quantity
the amount/quantity should be done and reflected in next sheet
how to do that
Could you share the input file and also do you need to write the entire data along with the new column in a new sheet?
Regards
Book1.xlsx (304.8 KB)
sheet2/sheet1=sheet3
sheet5/sheet4=sheet6
Is there any alternate code without vba
VBA code will take less time to excecute rather than other codes. This will be easy to understand also.
Regards
can I change the names of the sheets in vba code
According to your sheet names you can change in the text file of VBA code.
DivideAndCopyToThirdSheet.txt is to write values to Sheet3
DivideAndCopyToSixthSheet.txt is to write the values to Sheet6
Regards
can you send me the logic without vba also
Here is the code without invoke vba
Forum.zip (458.5 KB)
resultant sheet values are not changing into number format
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.