Change Text to a tick of cross

brandon16

Board Regular
Joined
Sep 29, 2014
Messages
133
Hi,

In column A2:A1890 I have text values that display either TRUE or FALSE.

Is there anyway to change this format to show a 'tick' if True and a 'Cross' if False please?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi Dear,

In cell B2 put the following formula and drag down
=CHOOSE(A2+1,CHAR(251),CHAR(252))

Make sure that column font is changed to Wingdings

Let me know

Best Regards
M. Yusuf
 
Upvote 0
Solution
Hi Dear,

In cell B2 put the following formula and drag down
=CHOOSE(A2+1,CHAR(251),CHAR(252))

Make sure that column font is changed to Wingdings

Let me know

Best Regards
M. Yusuf
Thank you for your help, much appreciated
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,431
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top