Top Excel Tips and Tricks To Make You A PRO in 2023
Top Excel Tips and Tricks To Make You A PRO in 2023
00:03
21:00
To do this, you simply need to add 1 to the first cell of the column and
then create a formula to add 1 to the above cell’s value. As you are
using a table, whenever you create a new entry in the table, Excel will
automatically drop down the formula and you will get the serial
number.
This gives you add or remove selection mode in which you can select
cells just by selecting them.
4. Sort Buttons
If you deal with data that needs to sort frequently then it’s better to
add a button to the quick access toolbar (if it’s not there already).
All you need to do is click on the down arrow on the quick access
toolbar and then select “Sort Ascending” and “Sort Descending”. It
adds both buttons to the QAT.
5. Move Data
I’m sure you think about copy-paste but you can also use drag-drop
for this.
Simply select the range where you have data and then click on the
border of the selection. By holding it move to the place where you
need to put it.
6. Status Bar
The status bar is always there but we hardly use it to the full. If you
right-click on it, you can see there are a lot of options you can add.
7. Clipboard
There is a problem with normal copy-paste that you can only use a
single value at a time.
But here is the kicker: When you copy a value, it goes to the
clipboard and if you open the clipboard you can paste all the values
which you have copied. To open a clipboard, click on the go to Home
Tab ➜ Editing and then click on the down arrow.
It will open the clipboard on the left side, and you can paste values
from there.
8. Bullet Points
The easiest way to insert bullet points in Excel is by using custom
formatting and here are the steps for this:
1. Press Ctrl + 1 and you will get the “Format Cell” dialogue
box.
2. Under the number tab, select custom.
3. In the input bar, enter the following formatting.
1. ● General;● General;● General;● General
4. In the end, click OK.
Now, whenever you enter a value in the cell Excel will add a bullet
before that.
9. Worksheet Copy
To create a copy of a worksheet in the same workbook drag and drop
in the best way.
You just need to click and hold the mouse on the sheet’s name tab
and then drag and drop it, to the left or right, where you want to
create a copy.
10. Undo-Redo
Just like sort buttons you can also add undo and redo buttons to the
QAT. The best part about those buttons is you can use them to undo a
particular activity without pressing the shortcut key again and again.
Once the message is shown you can drag and drop it to change its
position.
14. Strikethrough
Unlike Word, in Excel, there is no option on the ribbon to apply
strikethrough. But I have figured out that there are 5 ways to do it and
the easiest of all of them is a keyboard shortcut.
All you need to do is select the cell where you want to apply the
strikethrough and use the below keyboard shortcut.
Ctrl + 5
⌘ + ⇧ + X
Quick Note: You can use the same shortcut keys if you need to do
this for partial text.
First, select the cell with a date and open formatting options
(use Ctrl + 1).
Select the “Custom” option and add “MMM” or “MMMMMM”
for the month or “YYYY” for the year format.
In the end, click OK.
Custom formatting just changes the formatting of the cell from date
to year/month, but the value remains the same.
First, select all the data from the worksheet using the shortcut
key Ctrl + A.
For example, if you want to use the Green color for positive numbers
and the red color for negative numbers then you need to use the
custom format.
[Green]#,###;[Red]-#,###;0;
1. First, select the cells where you want to apply this format.
2. After that open the format option using the keyboard
shortcut Ctrl + 1 and go to the “Custom” category and the
custom format in the input dialogue box.
3. In the end, click OK.
But if you create a custom theme with your favorite colors and fonts
then you can change the style of the worksheet with a single click. For
this, all you have to do is apply your favorite designs to the tables,
colors to the shapes and charts, and font style, and then save it as a
custom theme.
Or, otherwise, you can also use the clear formatting option from the
Home Tab (Home Tab ➜ Editing ➜ Clear ➜ Formats).
=UPPER(LEFT(A1,1))&LOWER(RIGHT(A1,LEN(A1)-1))
This formula converts the first letter of a sentence into capital and the
rest all in small (learn how this formula works).
=LEN(A1)-LEN(SUBSTITUTE(A1,” “,”))+1
This formula counts the number of spaces from a cell and adds 1 to it
after that which equals the total number of words in a cell.
=Larger-Number/Smaller-Number&”:”&”1″
This formula divides the larger number by the smaller one so that you
can take the smaller number as a base (1).
=number^(1/n)
For example, if you want to calculate a square root of 625 then the
formula will be:
=625^(1/2)
=DAY(EOMONTH(TODAY(),0))
29. Reverse VLOOKUP
As we all know there is no way to look up to left for a value using
VLOOKUP. But if you switch to INDEX MATCH you can look up in any
direction.
30. SUMPRODUCT IF
You can use the below formula to create a conditional SUMPRODUCT
and product values using a condition.
=SUMPRODUCT(–(C7:C19=C2),E7:E19,F7:F19)
And again, if you want to show it then just select “Next to axis”.
Make sure to use “Connect data points with the line” (recommended).
In the print section, select “At the end of the sheet” using the
comment dropdown.
Click OK.
It will show all the margins applied and you can change them just by
dragging and dropping.
After that select the cell or range of cells that you want to
add and click OK.
Once you hit OK, you’ll get some specific information about the cell(s)
in the watch window.
All you need to do is to type the month of the first date in cell B1 and
then come down to cell B2 and press the shortcut key CTRL + E. Once
you do this it will extract the month from the rest of the dates, just like
below.
Tools ➜ Consolidate.
While saving a file when you open a “Save As” dialog box go
to Tools General Options.
One is camera tools and the second is the paste special option. Here
are the steps to use the camera tool and for paste special use the
below steps.
1. Select the range you want to paste as an image and copy it.
2. Go to the cell and right-click, where you want to paste it.
3. Go to Paste Special ➜ Other Paste ➜ Options Linked
Picture.
56. Userform
A few of the Excel users know that there is a default data entry form is
there which we can use. And the best part is there is no need to write
a single line of code for this.
Here’s how to use it:
1. First of all, make sure you have a table with headings where
you want to enter the data.
2. After that select any of the cells from that table and use the
shortcut key Alt + D + O + O to open the user form.
Select the option to add the name for the named range and
click OK.
That’s it.
61. Trim
TRIM can help you to remove extra spaces from a text string. Just refer
to the cell from where you want to remove the spaces and it will
return the trimmed value in the result.
1. All you need to do is select that column and open the find
and replace dialog box.
2. After that click on the “Replace” tab.
3. Now here, in “Find What” enter the character you want to
replace and make sure to leave “Replace with” blank.
4. Now click on “Replace All”.
The moment you click on “Replace All” Excel will remove that
particular character from the entire column.
All you need to do is to add a delimiter (if any), and TRUE if you want
to ignore empty cells, and in the end, refer to the range.
1. Select the cell or a range from where you want to copy cell
formatting.
2. Go to ➜ the Home Tab ➜ Clipboard.
3. Make double-click on the “Format Painter” button.
4. As soon as you do this, your cursor will convert into a
paintbrush.
5. You can apply that formatting anywhere in your worksheet,
in another worksheet, or, even in another workbook.
72. Rename a Worksheet
I always found it quicker than using a shortcut key to change the name
of a worksheet. All you have to do is just double-click on the sheet tab
and enter a new name.
You can also use this method to edit and enter text in a text box or
into a chart title.
You have to click on the right edge of the active cell to go to the right
side and on the left edge if you want to go to the left side.
This way you can open it by clicking on the icon from the taskbar.
When you click on this icon you can see some of the options which are
there on the ribbon which you can directly use from here to save time.