View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Format Using Reating Symbols

I can't think of an easy formatting solution, but as a formula in another
column try =REPT("?",A2)
--
David Biddulph

"Needy Ned" wrote in message
...
I want to format cells so that the numer entered appears as a symbol that
repeats up to the value of the number (e.g. the number "2" would appear as
"??", "3" would appear as "???", etc.). Any ideas om how to help. I know
that I have done it before, but I forget how I did it.