Apr 19 2023 12:53 PM
Hi all.
I have a spreadsheet of objects for a data migration exercise.
Sample:
DepartmentModuleObject IDObject Name
CP | PM | EG1 | Example 1 |
SCM | SCM | EG2 | Example 2 |
Finance | AP | EG3 | Example 3 |
CP | PPM | EG4 | Example 4 |
SCM | Proc | EG5 | Example 5 |
Finance | GL | EG6 | Example 6 |
EAM | EAM | EG7 | Example 7 |
For the purpose of tracking migration issues, I am to use this spreadsheet in such a way that whomever is tracking the issues will:
Any ideas on Excel or Power Query functionality that can be used to achieve this?
Not sure if this is relevant but I am using M365 Apps.
Thank you!
Apr 20 2023 03:06 AM
SolutionYou can achieve this by using a combination of data validation and the INDIRECT function.
Here’s how you can do it:
For example, if the selected module is in cell B2, you can use the following formula in the data validation source field: =INDIRECT(B2). This will create a drop-down list that displays the Object IDs for the selected module.
I hope this helps!
I know I don't know anything (Socrates)
May 01 2023 12:58 PM