Flag box

  • Thread starter Thread starter Rossella
  • Start date Start date
R

Rossella

Is it possible to add some flagbox in a column?
How?
Thanks
Rossella
 
Depends on what you mean by a flagbox.

If you mean some sort of indicator, you could put Y or N in a column (X or leave
empty??) and use data|filter|autofilter to "flag" certain entries.
 
I meant the square with the x on it ..sorry if my explanation wasn't
enough
 
I find this technique pretty easy...

Select the range
Format|cells|number tab|custom category
In the "type:" box, put this:
alt-0252;alt-0252;alt-0252;alt-0252

But hit and hold the alt key while you're typing the 0252 from the numeric
keypad.

It should look something like this when you're done.
ü;ü;ü;ü
(umlaut over the lower case u separated by semicolons)

And format that range of cells as Wingdings.

Now, no matter what you type (spacebar, x, anyoldtextatall), you'll see a check
mark.

Hit the delete key on the keyboard to clear the cell.

If you have to use that "checkmark" in later formulas:

=if(a1="","no checkmark","Yes checkmark")

And since this is just data, it'll sort (well, if you include that column in the
range).

And you can always filter for that funny character.
 

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

Similar Threads

Activate a Macro when.. 5
Excel Guide 2
rule based on part of the name a file 2
group by column 3
changing a cell of 60 files 1
crop files 9
Problem with a report 3
Export query results 2

Back
Top