Saved from a previous post:
I like this one (it simulates the cross mark on the 5th entry):
=REPT(REPT(CHAR(134),4)&" ",INT(A1/5))&REPT("|",MOD(A1,5))
With 7 in A1, you'll see something like:
†††† ||
(nice if you're using Arial--not sure how it'll show up in the newsgroup,
though.)