+ Reply to Thread
Results 1 to 2 of 2

Tally marks in an excel worksheet

  1. #1
    jkahn
    Guest

    Tally marks in an excel worksheet

    Is there a way to use a tally mark type system in an excel spreadsheet?

  2. #2
    Dave Peterson
    Guest

    Re: Tally marks in an excel worksheet

    Do you mean have 7 in a cell (say A1) and have:

    ||||| ||

    show up in B1 (say).

    If yes, then try a formula like:

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

    You'll see something like:
    â€*â€*â€*â€* ||

    (nice if you're using Arial--not sure how it'll show up in the newsgroup,
    though.)

    jkahn wrote:
    >
    > Is there a way to use a tally mark type system in an excel spreadsheet?


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1