I have data that has the same record number but their values differ based on when they come in. What is the easiest way to pull this data up if they share the same number? See attached example for reference. TIA!
You can use a summarize tool and group by your first 2 fields and then concatenate the 3 that you want to combine.
@YRichardson12 Another way of doing thisfind the workflow attached.
If you need that original column.
Thank you, all! This has been very helpful!