Excel Tips Tricks Ebook
Excel Tips Tricks Ebook
Excel Tips Tricks Ebook
from the
Crowd
If you’re not an enthusiast yet, I hope that with the help of these Tips & Tricks you soon
will be.
These are some of my favourite tips and power features that’ll get you well on your way to
‘Excel Guru Status’ giving you not only the recognition you deserve, but also making your
work more enjoyable.
Kind regards,
Mynda Treacy
Microsoft MVP
Co-founder
My Online Training Hub
My hope for this e-book is that you please share it with as many people as possible. And by sharing
the knowledge many more people will love Excel and love their work.
Learn More - You can find more Microsoft Office training (including
Excel, Word and Outlook video tutorials) and resources at
https://www.MyOnlineTrainingHub.com
19. Copy
20. Cut
21. Paste
or
31. Transpose Data Copy data > Paste Special > Transpose.
32. Increase Numbers by Set Amount – Enter the figure you want to increase numbers by, say
10%, you’d enter 1.1. Copy the cell containing 1.1 > highlight the cells containing the numbers
you want to increase > Paste Special > Multiply:
Bonus tip: convert negative values to positive by multiplying by -1 and vice versa.
Before After
34. Flash Fill – Use built in AI to split, join, clean text and dates. Give flash fill one or more
examples, then select the range and press CTRL+E to flash fill the rest:
35. Force a carriage return in a cell instead of wrapping the text – while editing the cell, press:
36. Use Format Painter more than once – Double Click the Format
Painter and use it as many times as you like. When you’re done
press ESC.
38. Combine Text from Multiple Cells – Enter your formula with the ampersand ‘&’ between the
cell references e.g. =A1&A2&A3 will add the text in cell A1, A2 and A3 together.
Bonus tip: Excel 2019 onward and 365 users can use the TEXTJOIN function to join text with a
delimiter and ignore empty spaces. More on the TEXTJOIN function here.
Click here for more custom cell formats tips and tricks.
43. Use Named Ranges in your formulas to make them easier to build and read when you come
back to your workbook weeks or months later. Click here for the Named Range tutorial.
44. Apply different formats within one cell – it could be different fonts, font colours, styles etc.
Select the cell you want to format > F2 to edit the cell > highlight the text you want to change >
Use the formatting tools on the Home tab of the ribbon.
Note: these mouse pointers may appear different on your PC if you have a different
operating system or have customised how your mouse appears. Not to worry, the shortcuts
above will still work as described.
54. Hide row and column headers > Windows Button > Excel Options > Advanced > Display
Options for this workbook > uncheck ‘Show row and column headers’ or View tab of the
ribbon > uncheck ‘Headings’ in the Show/Hide group.
55. Hide the formula bar > View tab of the ribbon > uncheck ‘Formula Bar’ in the Show/Hide
group.
62. You don’t have to start your formulas with = If you’re a fan of the number keypad and arrow
keys then it’s sometimes inconvenient to move your hand across to the = symbol every time
you want to enter a formula. If you start a formula with + or – Excel will put the = sign in for
you when you press ENTER. After pressing ENTER your formula will look like this =+A1+A2 or =-
A1+A2 which is perfectly fine.
64. Find the number of days between two dates – Reference two cells containing dates or enter
your dates inside double quotes e.g. ="20/6/2011"-"28/10/2006" Result = 1696
65. Move quickly to the end of a range of cells – select a cell in the range > move your mouse to the edge
of the cell until your mouse pointer changes to a 4 headed arrow > double click. You can do this on any
edge of the cell to move in the direction of your choice.
66. Fill Handle Cool Tricks – Most of us know that you can left-click
the mouse and drag the fill handle to fill a series (the fill handle is
when your mouse pointer changes to a + symbol when hovered
over the bottom right of the cell range – see image), but have you
tried right-clicking the mouse while you drag the fill handle?
There are myriad choices when you do this, so have a go and
experiment.
67. Pro Excel Formula Writing Tips - Formulas are THE MOST IMPORTANT EXCEL SKILL you can
master, but when you start nesting functions, things can quickly get out of hand. Click here to
learn some little known Excel formula writing tips, tricks and tools that’ll give you ninja level
skills and enable you to decipher any formula. Even ones you haven’t written yourself.
69. 5 SUM Function Tricks – The SUM function is usually one of the first functions new Excel users
learn, but most are never aware of these 5 tricks up its sleeve. Click here to learn more.
70. IF, IFS and Nested IFs – Learning how to write an IF statements increases the power and
functionality of Excel tenfold. Learn all 3 options here.
71. IF, OR and AND used together – know these and you’re unstoppable! Click here to take your IF
formulas to the next level.
72. XLOOKUP replaces VLOOKUP, HLOOKUP, INDEX & MATCH and LOOKUP functions in one go
and isn’t error prone like the others. Learn everything there is to know about XLOOKUP here.
73. SUMIF and SUMIFS – Like the IF statement but for SUM. Excel also has AVERAGEIF and
AVERAGEIFS which work the same as the SUM only they Average. Master the SUMIF and
SUMIFS functions here.
74. COUNTIF and COUNTIFS – similar to SUMIF only since it’s only counting it’s slightly easier, but
no less powerful. Learn COUNTIF and COUNTIFS here.
75. COUNTA – COUNT counts number values, but if you want to count text use COUNTA.
76. AGGREGATE – the new improved SUBTOTAL function. I call it the Swiss Army Knife of functions
because it can sum, average, min, max, count and 15 more as well as skip errors, hidden rows
etc. Master the AGGREGATE function the need for 19 functions in one go.
77. ROUND, ROUNDUP, ROUNDDOWN – Before long you’ll need to round your numbers with
more accuracy than simply formatting the font. Get to grips with rounding in this tutorial.
79. IFERROR - Once you start using some of the formulas above, you’re likely to have errors
returned. If you’re expecting errors and want to hide them you can use the IFERROR formula.
80. MIN, MAX, SMALL and LARGE – These may seem straight forward, but I’ll show you a few
tricks that you won’t find in the Excel Help Files. Check them out here.
81. UPPER, LOWER and PROPER – Fix text that isn’t formatted as you want. Change all CAPITALS
to all Lower or make the first letter in each word a capital (PROPER). Bonus tip: if you prefer
not to use a formula, you can use a font like Felix Titling that’s all caps instead!
82. SEARCH, FIND, MID – extract data with this system for building formulas that split text. Click
here for my 5 step system for extracting text strings.
83. Time Calculations – Most people at some stage or another need to calculate time in Excel, but
if you don’t understand how Excel treats time you’ll find it infuriating! Click here to see how
Excel handles time under the hood.
84. NOW() and TODAY() – simply type =NOW() in a cell and you will get the date and time as per
your computer clock or =TODAY() will give you the date only. Handy for date/time stamping
your printed reports.
86. INDEX – Most only know one way to use INDEX. In this tutorial I show you 5 INDEX function
secrets that will prove that you’re a pro user.
87. FILTER – The filter function is one of the new dynamic array functions. It solves problems that
used to require super complex nested array formulas with ease. Learn FILTER here.
88. UNIQUE – Another dynamic array function, UNIQUE can extract a list of distinct values, or a list
of values that only occur once, i.e. unique values. It can return a unique or distinct list from
one column or from multiple columns. It’s magical! Master the UNIQUE function here.
89. VSTACK & HSTACK – These text manipulation functions are life changing enabling us to
rearrange data into a single array as part of the dynamic array function library. Don’t miss out
on these exciting new functions. Check out the VSTACK & HSTACK tutorial here.
90. OFFSET – Tired of having to update your totals to incorporate new rows? This is one great
feature of the OFFSET function, but it has many more uses including dynamic named ranges.
Master OFFSET here.
91. SORT & SORTBY – with these dynamic array functions we can now dynamically sort data with
these easy to use functions. No more complex nested multi-cell array functions. See these
functions in action here: SORT | SORTBY
93. IMAGE - The IMAGE function enables you to insert images into cells with a formula! From
there you can resize them, sort, filter and more. It supports BMP, JPG/JPEG, GIF, TIFF, PNG,
ICO, and WEBP file types. Check out the IMAGE function here.
95. Excel Icons – the sophistication of professional icons, images and art can give your workbooks
and reports a truly professional finish. Don’t be surprised if people think you got a graphic
designer involved. Check out Excel’s icon sets here.
96. Camera Tool – You won’t find any mention of the camera tool in a
standard Excel course. After all you won’t even find it in the tool bar or
ribbon. It’s handy if you only have one monitor and pine for two, or if
you want to create dashboards with lots of small charts. See the
Camera tool in action here.
98. Drop Down Lists – or Data Validation as it’s formally called in Excel. If you build forms or
reports for other’s to use, Data Validation can make them more interactive and reduce the
chances of the wrong data being filled out. Click here to learn Data Validation ins and outs.
99. Outlines – You can insert outlines that enable you to quickly hide and unhide
rows and columns using the Group and Ungroup tools. I love using these
instead of hiding columns and rows as it allows me to hide and unhide again
at the click of only one button. Learn how to Group and Outline your data
here.
Tables are the secret to building reports fast and updating them in an instant, and
only 2% of Excel users know about them!
Plus, there’s a range of other benefits like great predefined formatting and more. Get up to
speed with Excel Tables here.
Kind regards,
Mynda Treacy
Microsoft MVP
Co-founder
My Online Training Hub
Now that you’ve read the whole book, please forward it to your friends
and colleagues and share the knowledge. Please just make sure you
follow the conditions below.
You have permission to share this e-book via email, by printing or even by
posting it on your website, Facebook account, Twitter or LinkedIn etc.
My hope for this e-book is that you please share it with as many people as
possible. And by sharing the knowledge many more people will love Excel and
love their work.
Or sign up for our free online training and get instant access to over
150 video tutorials on Excel, Word and Outlook.
QUESTIONS?
Excel Support – Post your questions, screenshots and example Excel
files on our Excel Forum where we’d be happy to help:
https://www.MyOnlineTrainingHub.com/excel-forum