If you have the same text string for each (Pages Printed:) that you want trimmed, you can do a:

Code:

=RIGHT(A1, LEN(A1) - 14)



The A1 was my test cell and the 14 is the number of characters until the :

For the graphs, are the columns split such as name in one and the number in the other?