Viewing 8 posts - 1 through 8 (of 8 total)
  • Spreadsheet gods, this way please…
  • UrbanHiker
    Free Member

    Anyone know how I can convert numbers to text? I’m after just converting cells containing number 0 to 25, in the letter a to z. I had assumed there would be a function called DEC2ASCII or similar, but can’t find it.

    cheers in advance.

    jam-bo
    Full Member

    TEXT

    UrbanHiker
    Free Member

    So using TEXT, what is the format_text to do the conversion of a number to a letter?

    UrbanHiker
    Free Member

    Ah, ok worked it out. CHAR() is where its at. Thanks Jam bo.

    richP
    Full Member

    to get the numbers to appear as letters you can probably use the ‘char’ function.

    for 0 to be lowercase a then you should be able to use
    =char( number + 97 )

    leffeboy
    Full Member

    =CHAR(64+A1) where the number is in cell A1
    There may be other ways

    leffeboy
    Full Member

    Too slow by 8 secs
    Goes off to end it all

    jam-bo
    Full Member

    Ah yeah. Didn’t read the requirement spec properly…

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Spreadsheet gods, this way please…’ is closed to new replies.