View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default How do you use tally marks in Excel?

Following was provided by Dave Peterson
__________________________________________________ _______
I'd put the number in A1 and use this formula in B1:

=REPT(REPT(CHAR(134),4)&" ",INT(A1/5))&REPT("|",MOD(A1,5))
__________________________________________________ _______

"Eileen204" wrote:

I saw a worksheet that had tally marks. How do you get them?