MurdochQuill
Board Regular
- Joined
- Nov 21, 2020
- Messages
- 84
- Office Version
- 365
- Platform
- Windows
Hi ladies and gents, I'm having trouble wrapping my head around how to do this, so im gonna take a shot at explaining
Basically, I'm trying to make a list from pushing buttons.
The unique identity will change, so will the suffix, but the button values will stay the same. I'm trying to look at the cell under "Identity", check that there's nothing in that cell, then paste "Hello-X" under identity when any button is pushed. If something is in that cell, it should move the whole paste to the next row. (For Identity, Value 1 and Value 2). When the button is pushed, it should also put the value shown on the button under Value 1 and Value 2.
FOR EXAMPLE: If 10,20 is pressed, then 1,7 is pressed it will do the following:
The Unique identity and uniqe suffix are able to be changed too:
If anyone can help me I will buy you a beer, It seems so simple but I'm new, so a solution for this & maybe a few pointers would be amazing!!
Basically, I'm trying to make a list from pushing buttons.
The unique identity will change, so will the suffix, but the button values will stay the same. I'm trying to look at the cell under "Identity", check that there's nothing in that cell, then paste "Hello-X" under identity when any button is pushed. If something is in that cell, it should move the whole paste to the next row. (For Identity, Value 1 and Value 2). When the button is pushed, it should also put the value shown on the button under Value 1 and Value 2.
FOR EXAMPLE: If 10,20 is pressed, then 1,7 is pressed it will do the following:
Identity | Value 1 | Value 2 |
Hello-X | 10 | 20 |
Hello-X | 1 | 7 |
The Unique identity and uniqe suffix are able to be changed too:
If anyone can help me I will buy you a beer, It seems so simple but I'm new, so a solution for this & maybe a few pointers would be amazing!!