Hi Liz
If you mean a checkbox object then the answer is no. However, the font
Windings2 gives the following symbols; Capital O gives a Tick and capital P
gives an X, there are other symbols you could use.
you might be able to use a SUMIF function, say you symbols in D2:d10 and you
want to count how many crosses (x's) Type Countif(D2

10,"O"). This gives the
count of how many P in the range. Note it is a "O" the font just displays a
fancy X.
If you wanted to add numbers in column C that have a O in column D use
SUMIF(=SUMIF(D2

10,"O",C2:C10)
Hope that this helps
Peter