The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: microsoft.public.excel.worksheet.functions
From: "Harlan Grove" <Hrln...@aol.com>
Date: 1999/12/26
Subject: Re: "Tally" or "Five-Bar Gate" function?
William Phillip Michael Hunt <greg...@hotmail.com> wrote in message
news:8462ac$a46$1@newsg2.svr.pol.co.uk... > Hello everyone, Try this: > I was wondering if there existed a function for making five-bar gate type > representations of numbers... > You know, where it goes | || ||| |||| and then |||| but struck > out, then a new group starts. (Totally useless for more than about 20, but > dead handy for smaller figures.) =REPT(REPT(CHAR(134),4)&" ",INT(A1/5))&REPT("|",MOD(A1,5)) In Arial, 17 becomes ???? ???? ???? || . If you want a more vertically You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||