NOMADRVGON
New Member
- Joined
- Aug 31, 2021
- Messages
- 1
- Office Version
- 2019
- Platform
- Windows
So i've been working on a little personal project for a better way to sort out my stuff in a game, what better way than to use excel, in my means to do this, i also wanted to make the excel super cool so i've ran into a problem i don't know how to solve because of my lack of knowledge on programming. Ill skip to explaining what i aim for.
I was looking towards doing an automated copy paste based on a Add button and a database but more complicated than the ones i've looked in the internet.
So first of all we'll be working with this.
This is the Sheet number one with the list of Items.
Column A - Code of the item
Column B - Name of the Item
Column C - Button to Add the item [Makes sense later]
After that we have this Sheet2 that will be a sort of database where info about the items will be shown, such as price in certain regions, weight etc.
Column A - Code of the item
Column C - Price in Region A
Column D - Price in Region B
Column E - Price in Region C
Column G - Weight of the item
Now comes the hard part, at least what i think it's the hard part.
I would like all of this data to come together in the following Sheet3 like so:
Additionally, if i press the button to add Bananas on sheet 1, 3 bananas get added on Sheet 3 and so on as you can see up there.
Column A - Code of the item [Data from Sheet1]
Column B - Name of the Item [Data from Sheet1]
Column C - Price in Region A [Data from Sheet2]
Column D - Price in Region B [Data from Sheet2]
Column E - Price in Region C [Data from Sheet2]
Column F - Empty Column with free space to edit freely.
Column G - Weight of the item [Data from Sheet2]
Column H - Empty Column with free space to edit freely.
Column I - A button in the end of the row to delete the row
I hope someone can help me with this, i really wanted to make this excel come true, if someone eventually does help, i'm really grateful =D.
Any additional details you need, feel free to ask, i'll be delighted to help you help me
I was looking towards doing an automated copy paste based on a Add button and a database but more complicated than the ones i've looked in the internet.
So first of all we'll be working with this.
Example.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Code | Name | Add | |||||||
2 | 1 | Apple | [Button to Add] | |||||||
3 | 2 | Orange | [Button to Add] | |||||||
4 | 3 | Banana | [Button to Add] | |||||||
5 | 4 | Watermelon | [Button to Add] | |||||||
6 | ||||||||||
7 | ||||||||||
8 | ||||||||||
9 | ||||||||||
10 | ||||||||||
11 | ||||||||||
12 | ||||||||||
13 | ||||||||||
14 | ||||||||||
Sheet1 |
This is the Sheet number one with the list of Items.
Column A - Code of the item
Column B - Name of the Item
Column C - Button to Add the item [Makes sense later]
After that we have this Sheet2 that will be a sort of database where info about the items will be shown, such as price in certain regions, weight etc.
Example.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | ||||||||||||
2 | ||||||||||||
3 | ||||||||||||
4 | Code | Europe | America | Asia | Weight | |||||||
5 | 1 | 1 | 2 | 3 | 70g | |||||||
6 | 2 | 2 | 1 | 3 | 131g | |||||||
7 | 3 | 2 | 2 | 2 | 118g | |||||||
8 | 4 | 3 | 3 | 3 | 9Kg | |||||||
9 | ||||||||||||
10 | ||||||||||||
11 | ||||||||||||
12 | ||||||||||||
13 | ||||||||||||
14 | ||||||||||||
15 | ||||||||||||
16 | ||||||||||||
17 | ||||||||||||
18 | ||||||||||||
19 | ||||||||||||
Sheet2 |
Column A - Code of the item
Column C - Price in Region A
Column D - Price in Region B
Column E - Price in Region C
Column G - Weight of the item
Now comes the hard part, at least what i think it's the hard part.
I would like all of this data to come together in the following Sheet3 like so:
Example.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | ||||||||||||||
2 | ||||||||||||||
3 | ||||||||||||||
4 | ||||||||||||||
5 | ||||||||||||||
6 | Code | Name | Europe | America | Asia | Info | Weight | Delete | ||||||
7 | 1 | Apple | 1 | 2 | 3 | Sour | 70g | [Button to delete this row] | ||||||
8 | 2 | Orange | 2 | 1 | 3 | Sweet | 131g | [Button to delete this row] | ||||||
9 | 2 | Orange | 2 | 1 | 3 | Sweet | 131g | [Button to delete this row] | ||||||
10 | 3 | Banana | 2 | 2 | 2 | Sweet | 118g | [Button to delete this row] | ||||||
11 | 3 | Banana | 2 | 2 | 2 | Sweet | 118g | [Button to delete this row] | ||||||
12 | 4 | Watermelon | 3 | 3 | 3 | Sweet | 9Kg | [Button to delete this row] | ||||||
13 | 4 | Watermelon | 3 | 3 | 3 | Sweet | 9Kg | [Button to delete this row] | ||||||
14 | 4 | Watermelon | 3 | 3 | 3 | Sweet | 9Kg | [Button to delete this row] | ||||||
15 | ||||||||||||||
16 | ||||||||||||||
17 | ||||||||||||||
18 | ||||||||||||||
19 | ||||||||||||||
20 | ||||||||||||||
21 | ||||||||||||||
22 | ||||||||||||||
23 | ||||||||||||||
Sheet3 |
Additionally, if i press the button to add Bananas on sheet 1, 3 bananas get added on Sheet 3 and so on as you can see up there.
Column A - Code of the item [Data from Sheet1]
Column B - Name of the Item [Data from Sheet1]
Column C - Price in Region A [Data from Sheet2]
Column D - Price in Region B [Data from Sheet2]
Column E - Price in Region C [Data from Sheet2]
Column F - Empty Column with free space to edit freely.
Column G - Weight of the item [Data from Sheet2]
Column H - Empty Column with free space to edit freely.
Column I - A button in the end of the row to delete the row
I hope someone can help me with this, i really wanted to make this excel come true, if someone eventually does help, i'm really grateful =D.
Any additional details you need, feel free to ask, i'll be delighted to help you help me