Mar 17, 2010 #1 BigHoss Programmer Joined Mar 17, 2010 Messages 1 Location US Hi all, I need to turn this....... #(integer) Name(string) 1 Name1 2 Name2 3 Name3 into this (all column headers)...... 1 Name1 2 Name2 3 Name3
Hi all, I need to turn this....... #(integer) Name(string) 1 Name1 2 Name2 3 Name3 into this (all column headers)...... 1 Name1 2 Name2 3 Name3
Mar 18, 2010 #2 djj55 Programmer Joined Feb 6, 2006 Messages 1,761 Location US Look at the FAQ's there are at least a couple that deal with this i.e. faq183-6466 and faq183-6485 Hope this helps djj The Lord is My Shepard (Psalm 23) - I need someone to lead me! Upvote 0 Downvote
Look at the FAQ's there are at least a couple that deal with this i.e. faq183-6466 and faq183-6485 Hope this helps djj The Lord is My Shepard (Psalm 23) - I need someone to lead me!
Mar 18, 2010 #3 simian336 Programmer Joined Sep 16, 2009 Messages 723 Location US if you want that in actual columns. Do a quick search on Pivot tables. Simi Upvote 0 Downvote