Hoping someone can help me with a grouping/formula issue I'm having with the attached data set. I want to group the rows by employee ID so there's only 1 row per employee, and essentially replace any N with a Y if an employee has an MBA, Bach, and/or Associates identified in any of the rows.
I originally used a summarize tool and tried grouping by employee ID but that created additional rows since the value is different in each row.
Any suggestions?