Using letter to count like binary 
Author Message
 Using letter to count like binary

Hi World
I need help on trying to make the alphabet count like binary in Excel.
Would you help me please. Thank you in advance.
000   a
001   b
010   ba
011   c
100   ca
101   cb
110   cba
111   d

Mathieu ly

--
Posted via CNET Help.com
http://www.*-*-*.com/



Tue, 18 Nov 2003 01:30:05 GMT  
 Using letter to count like binary
Hi Mathieu,
Kind of like an outline sequence but without capitals or numbers.
I think you could do the following  using worksheet functions.

=if(trim(a1)="","",left(trim(a1)&"000000",6))

as programming code you could do the same type of thing.

HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Macros:  http://www.geocities.com/davemcritchie/excel/excel.htm
Search Page:        http://www.geocities.com/davemcritchie/excel/search.htm


Quote:
> Hi World
> I need help on trying to make the alphabet count like binary in Excel.
> Would you help me please. Thank you in advance.
> 000   a
> 001   b
> 010   ba
> 011   c
> 100   ca
> 101   cb
> 110   cba
> 111   d

> Mathieu ly

> --
> Posted via CNET Help.com
> http://www.help.com/



Tue, 18 Nov 2003 02:33:48 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. I have no earthly idea where to start - I want to count using letters

2. Problems liking to Excel worksheet using Excel 97 driver

3. Putting contact information on one letter using a preformatted lettered

4. Counting binary fields

5. Counting UPPERCASE letters in a range

6. ERROR When counting letters with blank cells

7. Counting letters and going through columns...

8. Letter Frequency Count

9. Counting letters - newbie

10. counting letters


 
Powered by phpBB® Forum Software © phpBB Group