frothinmaddog
New Member
- Joined
- Mar 8, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi, its a Friday afternoon and my brain wont work at all. I have 2 worksheets. In one worksheet "Worksheet1" I have a defined table with 2500 rows of data with 2 fields, "ID", "Name" and "Amount". the values in the first "ID" column are unique and the "Amount" column is blank with nothing in it currently. I have a transposed version of that data in a second worksheet "Worksheet2" which represents a single record from Worksheet1 so that a User doesnt have to deal with trying to scroll through 2,500 rows of data. I've set up some data validation and a FILTER to bring in a single record from Worksheet1 into Worksheet2 based on the "ID" value that a user selects in Worksheet2.
E.g. A user selects "ID" value of "223" from a field drop down in Worksheet2 and they see the ID, Name and Amount fields in a transposed view (i.e. vertically arranged) corresponding to ID = 223 from Worksheet1. I want to find a way for a User to enter a value into the "Amount" field in Worksheet2 for a given "ID", and for that value to be updated to the "Amount" column for the corresponding "223" ID record in Worksheet1. I hope that makes sense.
Worksheet 1
Worksheet 2 sample
In the above snapshot, I want a user to be able to enter an amount in Worksheet2 'Amount' field and for that value to make its way to the 'Amount' cell in Worksheet1 corresponding to ID "456"
Any help much appreciated.
Thanks
E.g. A user selects "ID" value of "223" from a field drop down in Worksheet2 and they see the ID, Name and Amount fields in a transposed view (i.e. vertically arranged) corresponding to ID = 223 from Worksheet1. I want to find a way for a User to enter a value into the "Amount" field in Worksheet2 for a given "ID", and for that value to be updated to the "Amount" column for the corresponding "223" ID record in Worksheet1. I hope that makes sense.
Worksheet 1
ID | Name | Amount |
---|---|---|
912 | Earnie | |
121 | Jan | |
456 | Barry | |
789 | Reg |
Worksheet 2 sample
ID | 456 |
Name | Barry |
Amount |
In the above snapshot, I want a user to be able to enter an amount in Worksheet2 'Amount' field and for that value to make its way to the 'Amount' cell in Worksheet1 corresponding to ID "456"
Any help much appreciated.
Thanks