#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default tally marks

I wish to convert numbers in a spreadsheet into tally marks?

If number was to be 20 or higher I would like to return that number.

If that number was less than 20 i would like to see it displayed with tally
marks

Tally marks requirded are groups of four with diagonal or horizontal line
through groups of four to represent groups of 5

is that possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default tally marks

Try this in B1, if your number is in A1:

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

It displays like this:

3 | | |
5 €*€*€*€*
7 €*€*€*€* | |
11 €*€*€*€* €*€*€*€* |
15 €*€*€*€* €*€*€*€* €*€*€*€*
19 €*€*€*€* €*€*€*€* €*€*€*€* | | | |
20 20
27 27

(Based on a reply to another post by Dave Peterson in Nov 2006).

Hope this helps.

Pete

On Oct 22, 9:49Â*am, Steve wrote:
I wish to convert numbers in a spreadsheet into tally marks?

If number was to be 20 or higher I would like to return that number.

If that number was less than 20 i would like to see it displayed with tally
marks

Tally marks requirded are groups of four with diagonal or horizontal line
through groups of four to represent groups of 5

is that possible?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you use tally marks in Excel? Eileen204 Excel Discussion (Misc queries) 1 November 11th 08 05:14 PM
to get the relative marks from a table of names,subjects & marks? kswarrier Excel Worksheet Functions 2 February 19th 08 08:13 AM
Tally marks CONFUSED!! Excel Discussion (Misc queries) 2 November 22nd 06 11:31 PM
create tally sheet for positions- insert names and tally # tally sheets Excel Discussion (Misc queries) 0 April 11th 06 09:41 PM
Tally marks in an excel worksheet jkahn Excel Discussion (Misc queries) 1 March 10th 05 03:31 AM


All times are GMT +1. The time now is 03:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"