Did you know you can apply any text effect to a single character or group of text characters within a cell ?
How?
Select the cell
Enter Edit Mode by pressing F2
Move to the characters you want to edit,
Hint 1: Use Ctrl and the Left/Right Arrows to jump words left and right
Hint 2: Use Ctrl Home/End to Jump to the Start /End of the cells text
Select the text with Shift and Left/Right Arrows
Hint 3: Use Ctrl Shift and the Left/Right Arrows to Jump over and select words left and right
Apply the format, see below for a list of available formats
You can then move to other characters and edit them as appropriate.
Here is a quick demo:
Did you know you can apply any text effect to text as you enter it?
How?
As you are typing some text try the following
Enter some text, as you are typing apply Bold (Ctrl B), Italic (Ctrl I), Underline (Ctrl U) to toggle the effects on,
Hint 4: Use the keyboard shortcuts, Bold (Ctrl B), Italic (Ctrl I), Underline (Ctrl U) again to toggle the effect on/off as required
You can also apply color /font by using the appropriate menu drop down or Ctrl 1, Format Cells
Once again apply a format continue to type the text, apply/change formats as you go
Here is another quick demo:
What Formats are available
There are many Text formats that are available:
Bold – Ctrl B
Underline – Ctrl U
Double Underline – Ctrl 1 menu
Italic – Ctrl I
Font Color – Color Picker or Ctrl 1 menu
Font Size – Font Size Picker or Ctrl 1 menu
Super Script – Ctrl 1 menu
Sub Script – Ctrl 1 menu
Strikethrough – Ctrl 1 menu
Alt Enter – Add a second Line of text
Uses
There are many times where the use of in-cell text formatting is required
- Highlighting Individual Characters or Words
- Adding Footnote and other references
- Writing Chemical Formulas
- Writing Mathematical Formulas
Limitations
There are a few limitations to what and when in-cell formatting can be applied
- The limitations of these techniques is that it cannot be applied to characters of a cell where the cell is a formula
- The formats can’t be applied selectively by Conditional Formatting
- The Cells background color applies to the whole cell and cannot be changed for part of the cell or on a character by Character basis
- The Copy Cell Format tool does not copy in-cell text formats 🙁
Uses
When have you used in-cell text formats to great effect ?
Let us know in the comments below.

















8 Responses to “Pivot Tables from large data-sets – 5 examples”
Do you have links to any sites that can provide free, large, test data sets. Both large in diversity and large in total number of rows.
Good question Ron. I suggest checking out kaggle.com, data.world or create your own with randbetween(). You can also get a complex business data-set from Microsoft Power BI website. It is contoso retail data.
Hi Chandoo,
I work with large data sets all the time (80-200MB files with 100Ks of rows and 20-40 columns) and I've taken a few steps to reduce the size (20-60MB) so they can better shared and work more quickly. These steps include: creating custom calculations in the pivot instead of having additional data columns, deleting the data tab and saving as an xlsb. I've even tried indexmatch instead of vlookup--although I'm not sure that saved much. Are there any other tricks to further reduce the file size? thanks, Steve
Hi Steve,
Good tips on how to reduce the file size and / or process time. Another thing I would definitely try is to use Data Model to load the data rather than keep it in the file. You would be,
1. connect to source data file thru Power Query
2. filter away any columns / rows that are not needed
3. load the data to model
4. make pivots from it
This would reduce the file size while providing all the answers you need.
Give it a try. See this video for some help - https://www.youtube.com/watch?v=5u7bpysO3FQ
Normally when Excel processes data it utilizes all four cores on a processor. Is it true that Excel reduces to only using two cores When calculating tables? Same issue if there were two cores present, it would reduce to one in a table?
I ask because, I have personally noticed when i use tables the data is much slower than if I would have filtered it. I like tables for obvious reasons when working with datasets. Is this true.
John:
I don't know if it is true that Excel Table processing only uses 2 threads/cores, but it is entirely possible. The program has to be enabled to handle multiple parallel threads. Excel Lists/Tables were added long ago, at a time when 2 processes was a reasonable upper limit. And, it could be that there simply is no way to program table processing to use more than 2 threads at a time...
When I've got a large data set, I will set my Excel priority to High thru Task Manager to allow it to use more available processing. Never use RealTime priority or you're completely locked up until Excel finishes.
That is a good tip Jen...