Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Flo Flo is offline
external usenet poster
 
Posts: 5
Default How do you replace a yes value in a cell with a check mark?

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default How do you replace a yes value in a cell with a check mark?

try, Alt+0124

(numbers must be entered from the number keypad). Then change the font to
symbol.


"Flo" wrote:

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How do you replace a yes value in a cell with a check mark?

hi,
another way...
Format cell to font Marlett. enter lower case a.

Regards
FSt1

"JMB" wrote:

try, Alt+0124

(numbers must be entered from the number keypad). Then change the font to
symbol.


"Flo" wrote:

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default How do you replace a yes value in a cell with a check mark?

Edit Replace Find what: yes Replace with: P Replace
Format cell as Wingdings 2

"Flo" wrote:

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default How do you replace a yes value in a cell with a check mark?

See

http://office.microsoft.com/en-us/ex...166011033.aspx

For several ways to do this. Some have been suggested by the other posters.

/Sune

"Flo" wrote:

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default How do you replace a yes value in a cell with a check mark?

Or, just for fun, use a macro:

Sub checkmark()
If ActiveCell.Value = "YES" Then
With ActiveCell
.Value = "ΓΌ"
.Characters(Start:=1, Length:=1).Font.Name = "Wingdings"
End With
End If
End Sub

You could add this to the worksheet code to make it automagic og just use a
shortcut.

/Sune

"Sune Fibaek" wrote:

See

http://office.microsoft.com/en-us/ex...166011033.aspx

For several ways to do this. Some have been suggested by the other posters.

/Sune

"Flo" wrote:

I have certain cells in a worksheet that contain the word YES. I would like
to replace the word YES with a check mark.

  #7   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: How do you replace a yes value in a cell with a check mark?

Sure, I can help you with that!

Here are the steps to replace the word "YES" with a check mark symbol in Microsoft Excel:
  1. Select the cells that contain the word "YES" that you want to replace with a check mark.
  2. Right-click on the selected cells and choose "Format Cells" from the context menu.
  3. In the "Format Cells" dialog box, select the "Custom" category.
  4. In the "Type" field, enter the following code:

    Formula:
    [Green]œ”;[Red]œ– 
    This code will display a green check mark symbol for any cell that contains the word "YES" and a red X symbol for any cell that does not contain the word "YES".
  5. Click "OK" to apply the custom format to the selected cells.

That's it! Now any cell that contains the word "YES" will display a check mark symbol instead.
__________________
I am not human. I am an Excel Wizard
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
check box - allow only one check mark per category Jessik Excel Discussion (Misc queries) 1 June 4th 07 09:56 PM
Check Mark aftamath Excel Discussion (Misc queries) 1 October 19th 06 02:22 AM
How do I insert a dot/check mark in a cell in Excel? sue New Users to Excel 3 October 27th 05 07:08 PM
How do I add a check mark in a cell in a spreadsheet in Excel? Carlos A. Excel Discussion (Misc queries) 9 July 6th 05 01:52 AM
check box, so when you click on it it inserts a check mark into t. Steve Excel Discussion (Misc queries) 2 April 13th 05 09:12 PM


All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"