Blastphemist
New Member
- Joined
- Apr 16, 2013
- Messages
- 5
I'm trying to take a csv file and dump it into a worksheet tab. The magic will create a sheet for each employee that will list the lines in the csv which pertain to that employee.
Should end up with 3 tabs, named Sally tasks, Dave tasks, Charlie tasks.
Sally tasks should have 2 lines in it, the others 1 each.
I am confused. The other bug in the works is that I am using Office 2010 (Windows) and I would prefer that this work in MacOffice 2008.
Thanks for any and all suggestions.
Code:
EmpName, Emptask
Sally, talk to charlie
Dave, talk to Andrew
Sally, talk to Robert
Charlie, talk to Andrew
Sally tasks should have 2 lines in it, the others 1 each.
I am confused. The other bug in the works is that I am using Office 2010 (Windows) and I would prefer that this work in MacOffice 2008.
Thanks for any and all suggestions.