IIII
New Member
- Joined
- Jan 26, 2021
- Messages
- 18
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Hi All,
I have this simple assets tracker attached below. What I'm hoping to do here is to auto-populate the name from Column C (Assigned To), into Column I (Reassigned To) when the same device (by serial # in Column B) has been reassigned to a new user. I've tried using the INDEX w/MATCH function but could only get it to work on the first two rows.
In the example below you can see the same device has been passed around 3 times and is currently assigned to the user 'Steve'.
Thanks for any help with this and appreciate your time.
Cheers.
I have this simple assets tracker attached below. What I'm hoping to do here is to auto-populate the name from Column C (Assigned To), into Column I (Reassigned To) when the same device (by serial # in Column B) has been reassigned to a new user. I've tried using the INDEX w/MATCH function but could only get it to work on the first two rows.
In the example below you can see the same device has been passed around 3 times and is currently assigned to the user 'Steve'.
Fake Business Asset Manager.xlsx | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Asset_Type | Serial_Device_# | Assigned_To | Department | Assigned_Location | Assigned_Date | Unassigned_Date | Reassigned | Reassigned To | Notes | Barcode | ||
2 | PC | 2734807049 | John Doe | Finance | Office | 01/01/2023 | 01/05/2023 | Yes | Dave | ||||
3 | PC | 2734807049 | Dave | Customer Service | Office | 01/05/2023 | 23/05/2023 | Yes | Steve | ||||
4 | PC | 2734807049 | Steve | Helpdesk | Home | 23/05/2023 | |||||||
Sheet1 |
Thanks for any help with this and appreciate your time.
Cheers.