Create If statement that returns a tick when true

T

tomfabtastic

Hi,

I would like to show a tick in a cell if the value of the cell
alongside is equal to one.

I can put a tick in a cell using Insert->Symbol->change font to Wing-
Dings and select the tick.

However, if I now try to put a If statement around this tick (which
shows as a P in the cell) everything shows as Wing Ding characters.

Any idea how I can have an If statement that returns a tick when
statement is true.

Thanks,
Tom
 
R

RagDyer

I don't know if I quite understand your problem.

Format B1 to Wingdings2 and enter this formula into it:

=IF(A1=1,"P","")
 
T

tomfabtastic

I don't know if I quite understand your problem.

Format B1 to Wingdings2 and enter this formula into it:

=IF(A1=1,"P","")
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------











- Show quoted text -

Fantastic thanks !
 
R

RagDyeR

Appreciate the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

I don't know if I quite understand your problem.

Format B1 to Wingdings2 and enter this formula into it:

=IF(A1=1,"P","")
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------











- Show quoted text -

Fantastic thanks !
 

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

Top