I have some data as follows:
Organization Name Mail Role1 Role 2 Role3
XYZ Kumar [email protected] A B C
which I need separate in rows for each role as shown, so my requirement is:
Organization Name Mail Roles
XYZ Kumar [email protected] A
XYZ Kumar [email protected] B
XYZ Kumar [email protected] C
Is there any method to make it done?