Format Using Reating Symbols

  • Thread starter Thread starter Needy Ned
  • Start date Start date
N

Needy Ned

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.
 
I can't think of an easy formatting solution, but as a formula in another
column try =REPT("?",A2)
 
Thanks, but that won't work, becuase I want to treat them as numbers (e.g.
sum, count, etc.). I used a custom format and put a "√" in the "type" box,
but it places only one "√" no matter what the value.
 
Thanks, but that won't work, becuase I want to treat them as numbers (e.g..
sum, count, etc.). šI used a custom format and put a "–" in the "type" box,
but it places only one "–" no matter what the value.

Why wouldn't it work? You have your number in another column, possibly
hidden. And any counting or summing would be done on the "real" number
column, while the visible column is the checkmarks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top