I have a dataset with similar rows but except one column value will be different. I want to consider a row with specific value in that column and use it in the further steps.
If you see the data there are rows with duplicate ID's and names but different Status. How can I achieve this.
- If Id is same then consider only active status.
- If ID is different any status which is in the status column
I have tried using multirow formula but was not achieving anything. Any help will be appreciated. Thanks a lot