View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default An odd question about formatting

=REPT("*",A1)
--
David Biddulph

"cvgairport" wrote in message
...
Ok, here's a toughie. I have a list of numbers in column A and I would
like
in column B a smiliar number of asterisks like this:

4 ****
1 *
9 *********

Any ideas?

Amy