Inventory and product worksheet- copy row based on cell value to a new sheet

Status
Not open for further replies.

Addiaddi1

New Member
Joined
Mar 27, 2020
Messages
6
Office Version
  1. 2019
Platform
  1. Windows
I am making this inventory and order workbook for my small business that I am starting. I’m having hard time coding a VBA that will copy the entire row to another sheet based on the cell value. Here below I am trying to clarify what I need exactly. Hope there is someone that can help me with this.

I have 5 sheets named as you can see in the photo.
1585488336161.png


“Front page” sheet- does not matter in this workbook

"Total" - Is the sheet where you can see all the products and quantity you have ordered.

“BB & TT”, “AA & TT”, “SS & GG” – are similar sheets with list of products that you can order as you can see here below.




“BB & TT”
1585488354675.png



“AA & TT”
1585488366813.png



“SS & GG”
1585488379826.png



When I insert a number into column H in sheet “BB & TT” , “AA & TT” , “SS & GG” I want the row to be copied to the sheet named “Total” where it get stacked up as you can see:

From this
1585488561211.png



To this
1585488566179.png





The quantity number you write in column H in sheets “SS & GG”, “BB & TT”, “AA & TT” and “Total” is the quantity of product you want to order. And please notice that all the data in those sheets are in data form.

I need to be able to go to sheet “SS & GG”, “BB & TT” and “AA & TT” and change the order quantity in column H and the sheet “Total” would then change also based on the new quantity number.

And if you are smart enough it would be amazing if you are able to write a code so I can also change the order quantity in column H in sheet “Total” and the number would then change in sheet “ SS & GG”, “BB & TT” or “AA & TT” based on the new quantity value.

Hope you can help me with this :D
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Duplicate Inventory list- copy row based on cell value to another sheet

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread.
Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).
I thought it would be okay because this is a completely new form of my question with additional information and a more detailed explanation.
If not, I can delete this version. No problem.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top