Hello,
I am trying to create a pivot-like table, and am having quite a few issues.
I have a couple questions, and am hoping someone can help me design the table as I need.
I've gotten a pretty good ways, but have hit a wall.
I'm looking to create a table like below, but I need the following:
1. I would like the associate name to be concatenated with the their ID (A396271, for example), and the name is provided in my input document.
2. I would like to remove all Nulls, and the Data Cleansing tool isn't removing them as I assume because they are not strings.
3. I would like to a new row and a new column to total the columns and rows.
4. And finally, I would like to have all the information in a table format.

I know this is a lot, but I'm hoping someone can point me in the right direction.
Thank you.