Manually Setting Counters

If you want to manually set the counter for something, use the following heuristic.

\setcounter{<thing to count>}{<the number you want -1>}

For example, let's say I want a table with the number 4. I would place the following command on a line before I begin the table environment.

\setcounter{table}{3}

More info on counters