ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formatting part of text (https://www.excelbanter.com/excel-discussion-misc-queries/108727-formatting-part-text.html)

terrideo

Formatting part of text
 
I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?

ExcelBanter AI

Answer: Formatting part of text
 
  1. Select the cell that contains the text you want to format.
  2. Right-click on the cell and select "Format Cells" from the drop-down menu.
  3. In the Format Cells dialog box, select the "Font" tab.
  4. Check the box next to "Strikethrough" to apply the formatting to the selected text.
  5. Click "OK" to close the dialog box and apply the formatting.

If the strike-through formatting still doesn't appear, try widening the cell to see if that makes a difference. You can do this by hovering your mouse over the right edge of the cell until the cursor changes to a double arrow, then clicking and dragging the edge of the cell to make it wider.

If you're still having trouble, it's possible that there is some other formatting applied to the cell that is overriding your strike-through formatting. Try selecting the entire cell and removing any other formatting (such as bold or italic) to see if that helps.

I hope this helps you get your formatting working correctly!

stevebriz

Formatting part of text
 
Click on the cell then in the bar at the top that shows what is in the
cell
highlight with mouse the 3 part of the text you want to change then
Rightclick ( where the text is highlighted)and choose strikethrough.

terrideo wrote:
I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?



Gary''s Student

Formatting part of text
 
Be sure to either double-click in the cell or single-click in the formula bar
and tehn select the part of the text to be re-formatted.
--
Gary''s Student


"terrideo" wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?


terrideo

Formatting part of text
 
That's what I did. As long as I'm in edit mode I can see the change, but
when I click Enter or move to another cell, the format doesn't show up.

Is there some setting that allows you to see partial formats?

"stevebriz" wrote:

Click on the cell then in the bar at the top that shows what is in the
cell
highlight with mouse the 3 part of the text you want to change then
Rightclick ( where the text is highlighted)and choose strikethrough.

terrideo wrote:
I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?




Dave Peterson

Formatting part of text
 
Is the value in the cell text or a formula (or even a number)?

This kind of character by character formatting only works with text.

So you couldn't use a strikethrough font for just "hello" in the following
formula:
="Hello from us on " & text(today(),"mm/dd/yyyy")



terrideo wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?


--

Dave Peterson

terrideo

Formatting part of text
 
No, it's only text. No numbers, formulas or functions.

"Dave Peterson" wrote:

Is the value in the cell text or a formula (or even a number)?

This kind of character by character formatting only works with text.

So you couldn't use a strikethrough font for just "hello" in the following
formula:
="Hello from us on " & text(today(),"mm/dd/yyyy")



terrideo wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?


--

Dave Peterson


Dave Peterson

Formatting part of text
 
Do you have any event macros running in the background?

If you open the workbook with macros disabled, does it work ok?

terrideo wrote:

No, it's only text. No numbers, formulas or functions.

"Dave Peterson" wrote:

Is the value in the cell text or a formula (or even a number)?

This kind of character by character formatting only works with text.

So you couldn't use a strikethrough font for just "hello" in the following
formula:
="Hello from us on " & text(today(),"mm/dd/yyyy")



terrideo wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?


--

Dave Peterson


--

Dave Peterson

terrideo

Formatting part of text
 
I think I may have solved it myself -- I changed the number format from
Accounting (my default) to General, and now it works. That would explain why
it worked on other people's spreadsheets, because they still had the General
number default.

"Dave Peterson" wrote:

Do you have any event macros running in the background?

If you open the workbook with macros disabled, does it work ok?

terrideo wrote:

No, it's only text. No numbers, formulas or functions.

"Dave Peterson" wrote:

Is the value in the cell text or a formula (or even a number)?

This kind of character by character formatting only works with text.

So you couldn't use a strikethrough font for just "hello" in the following
formula:
="Hello from us on " & text(today(),"mm/dd/yyyy")



terrideo wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?

--

Dave Peterson


--

Dave Peterson


Dave Peterson

Formatting part of text
 
Oooh.

I think someone else posted that same problem/solution a few weeks ago. But I
had forgotten it.

Thanks for posting back. Now Google has it for anyone who looks there!

terrideo wrote:

I think I may have solved it myself -- I changed the number format from
Accounting (my default) to General, and now it works. That would explain why
it worked on other people's spreadsheets, because they still had the General
number default.

"Dave Peterson" wrote:

Do you have any event macros running in the background?

If you open the workbook with macros disabled, does it work ok?

terrideo wrote:

No, it's only text. No numbers, formulas or functions.

"Dave Peterson" wrote:

Is the value in the cell text or a formula (or even a number)?

This kind of character by character formatting only works with text.

So you couldn't use a strikethrough font for just "hello" in the following
formula:
="Hello from us on " & text(today(),"mm/dd/yyyy")



terrideo wrote:

I have text in a cell, and I want to format part of it (one word) with a
strike-through font. I selected the word and right clicked, clicked Format
cells, and selected the Strike-through box. While I'm in the edit mode for
that cell, I can see the formatting, but when I click Enter or move to
another cell, the strike-through disappears and only the defaulf format
shows.

I have had the same problem when I've tried to used colored text or
underlining in part of a cell. But I know it's possible to format part of a
cell, because I've done it on other worksheets!

Does anyone know what I might be missing?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 01:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com