Hello,
After a little help with excel, i have a CSV file thats been logging print outs on our server. Each line is like below;
I'd like to create a graph that will add up all total amount of pages per user (remembering there is both a copies and pages column) and produce a simple bar chart with how much people have printed.
Is this possible?
Ta!
After a little help with excel, i have a CSV file thats been logging print outs on our server. Each line is like below;
Code:
Time,User,Pages,Copies,Printer,Document Name,Client,Paper Size,Language,Height,Width,Duplex,Grayscale,Size
2007-09-03 07:58:16,username,2,1,Colour Laser Foundation,"Microsoft Word - num assessment.doc",10.2.97.99,A4,ZJSTREAM,,,NO
I'd like to create a graph that will add up all total amount of pages per user (remembering there is both a copies and pages column) and produce a simple bar chart with how much people have printed.
Is this possible?
Ta!