13tahall33
New Member
- Joined
- Jul 3, 2017
- Messages
- 3
Hello everyone,
I have decided to take my confusion to the forums, though I've never done this before, so I will do all that I can to make this as least painful as possible, and if I don't follow protocol exactly, I am deeply sorry- I am doing my best.
I am documenting sales velocity of over 400 individual pieces of art at my company, and need to scour workbooks with 52 sheets each (a calendar year of weeks) to find an individual line, its associated information, and record it in order to make a graph detailing its progress through the year.
For example, the art I need to find is "Art1", and I scroll the rows until I find it, and then in the cell directly to the left of it is the number of sales it made that week. I would then have to do this again 51 other times, over four locations where the art is active, more than 400 times as a result of the inventory needing mining. So you can imagine how having a button that more or less does all this for me instantly would be so incredible. I've done my best to composite code chunks into a functioning macro, but with my lack of knowledge in the subject, I'm grasping at straws and would love some assistance.
Here is the process I need the macro to do, as plainly and easily as I can make it--
1. Search sheet for art_name in column C (example variable)
2. Once located, look at cell directly to left in column B
3. Copy data in located cell
4. Paste data in a new sheet in the first available row cell of column G of sheet 52
5. Move to next sheet, and repeat 1 - 5
I feel like it sounds so simple, but I can't get it to work for the life of me.
Even recording the macro isn't quite working out for me because I need the code to repeat the process over again.
Any and all insight into getting this to work would be incredible,
Thank you,
~13tahall33
I have decided to take my confusion to the forums, though I've never done this before, so I will do all that I can to make this as least painful as possible, and if I don't follow protocol exactly, I am deeply sorry- I am doing my best.
I am documenting sales velocity of over 400 individual pieces of art at my company, and need to scour workbooks with 52 sheets each (a calendar year of weeks) to find an individual line, its associated information, and record it in order to make a graph detailing its progress through the year.
For example, the art I need to find is "Art1", and I scroll the rows until I find it, and then in the cell directly to the left of it is the number of sales it made that week. I would then have to do this again 51 other times, over four locations where the art is active, more than 400 times as a result of the inventory needing mining. So you can imagine how having a button that more or less does all this for me instantly would be so incredible. I've done my best to composite code chunks into a functioning macro, but with my lack of knowledge in the subject, I'm grasping at straws and would love some assistance.
Here is the process I need the macro to do, as plainly and easily as I can make it--
1. Search sheet for art_name in column C (example variable)
2. Once located, look at cell directly to left in column B
3. Copy data in located cell
4. Paste data in a new sheet in the first available row cell of column G of sheet 52
5. Move to next sheet, and repeat 1 - 5
I feel like it sounds so simple, but I can't get it to work for the life of me.
Even recording the macro isn't quite working out for me because I need the code to repeat the process over again.
Any and all insight into getting this to work would be incredible,
Thank you,
~13tahall33