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?
|