Excel transform records to column

Associate
Joined
6 Dec 2008
Posts
2,341
Location
Scotland
Hoping someone can see an easy solution to this, been bugging me all day.
I have this:
34zee5h.png

and I want to transform it to this:
1zqy5aw.png

Any ideas?

I'm pulling the information from an AD dump that I lazily put together to just spit out a csv file.
 
Last edited:
Just use IF commands with cell references?

IF(cell=criteria,"x","")

Thanks for the suggestion.

I've also got the headache of taking all the records to switch them across to side column. Any idea how I can grab them all, prune duplicates then use the if criteria?

Edit: I'm thinking I'm just going to have to output a second csv file and do the formatting manually. Excel can prune duplicates right? :D
 
Back
Top Bottom