Dear All,
I need help for building a Macro for my store balance for all products.
My original excel file is here:
https://drive.google.com/file/d/1dpASKSVYVb2BUu7HqSryIEsv-Yc31pSf/view?usp=sharing
There are some sheets in the workbook. In the sheet named "Previous Database", I have arranged my current quantity of some products. In the sheet named "Store Balance", I will put the quantity of products in and out from the store for future usage. So, my final quantity will be updated in the sheet named "Present Database". The formula will be: if the Category, Description of Items, Specification, Brand, Unit and Container of sheet "Store Balance" is equal and same to the those of sheet "Previous Database", then the present quantity will be: Qty from "Previous Database", sum up to "Store In" and subtract to "Store Out" from sheet "Store Balance"; that is Present Quantity=Qty from "Previous Database"+Qty from "Store In"-Qty From "Store Out". The result or final qty will be in Qty of "Present Database". And this calculation will be carry out one after another when products will be add or out in any time. I will only input data in "Store Balance" sheet. No data will be added in "Previous Database" sheet as it is my current product quantity.
After that, when i will find my updated quantity in my "Present Database" sheet, I will re-arrange the updated products quantity in different sheets by using category name from "Present Database". For example: in Category: named "Pipe" will go to sheet named "Pipe", Category named "Cable" will go to sheet named "Cable" and so on.
I need all of these functions or calculations using Macro and vba coding. I hope you all understand my points.
Many many thanks in Advance.
I need help for building a Macro for my store balance for all products.
My original excel file is here:
https://drive.google.com/file/d/1dpASKSVYVb2BUu7HqSryIEsv-Yc31pSf/view?usp=sharing
There are some sheets in the workbook. In the sheet named "Previous Database", I have arranged my current quantity of some products. In the sheet named "Store Balance", I will put the quantity of products in and out from the store for future usage. So, my final quantity will be updated in the sheet named "Present Database". The formula will be: if the Category, Description of Items, Specification, Brand, Unit and Container of sheet "Store Balance" is equal and same to the those of sheet "Previous Database", then the present quantity will be: Qty from "Previous Database", sum up to "Store In" and subtract to "Store Out" from sheet "Store Balance"; that is Present Quantity=Qty from "Previous Database"+Qty from "Store In"-Qty From "Store Out". The result or final qty will be in Qty of "Present Database". And this calculation will be carry out one after another when products will be add or out in any time. I will only input data in "Store Balance" sheet. No data will be added in "Previous Database" sheet as it is my current product quantity.
After that, when i will find my updated quantity in my "Present Database" sheet, I will re-arrange the updated products quantity in different sheets by using category name from "Present Database". For example: in Category: named "Pipe" will go to sheet named "Pipe", Category named "Cable" will go to sheet named "Cable" and so on.
I need all of these functions or calculations using Macro and vba coding. I hope you all understand my points.
Many many thanks in Advance.