Use the following formula:
totext(pagenumber - 1, 0,"")+" of " + totext(totalpagecount - 1,0,"")
Then right click on the formula->format field->common->suppress->x+2 and enter:
pagenumber = 1
This will start the page numbering at "1" on the second page and will also count the page total excluding the first page.
-LB