Skip to main content

20 EXCEL TIPS AND TRICKS

There are still many useful tips and tricks that are inevitably overlooked. Here are 20 useful Excel spreadsheet secrets you may not know and also Numpad codes

1. One Click to Select All

You might know how to select all by using the Ctrl + A shortcut, but few know that with only one click of the corner button, as shown in the screenshot below, all data will be selected in seconds.
One Click to Select All

2. Open Excel Files in Bulk

Rather than open files one by one when you have multiple files you need to handle, there is a handy way to open them all with one click. Select the files you would like to open then press the Enter key on the keyboard, all files will open simultaneously.
Open Excel Files in Bulk

3. Shift Between Different Excel Files

When you have different spreadsheets open, it’s really annoying shifting between different files because sometimes working on the wrong sheet can ruin the whole project. Using Ctrl + Tab you can shift between different files freely. This function is also applicable to other files like different Windows tabs in Firefox when opened using Windows 7.
Shift Different Excel Files

4. Create a New Shortcut Menu

Generally there are three shortcuts in the top menu, which are Save, Undo Typing and Repeat Typing. However, if you want to use more shortcuts, like Copy and Cut, you can set them up as follows:
File->Options->Quick Access Toolbar, add Cut and Copy from the left column to the right, save it. You will see two more shortcuts added in the top menu.
Create New Shortcut Menu

5. Add a Diagonal Line to a Cell

When creating a classmate address list, for example, you may need a diagonal link in the first cell to separate different attributes of rows and columns. How to make it? Everyone knows that Home->Font-> Borders can change different borders for a cell, and even add different colors. However, if you click More Borders, you will get more surprises, like a diagonal line. Click it and save—you can now make it immediately.
Add Diagonal Line for a Cell

6. Add More Than One New Row or Column

You may know the way to add one new row or column, but it really wastes a lot of time if you need to insert more than one of these by repeating this action X number of times. The best way is to drag and select X rows or columns (X is two or more) if you want to add X rows or columns above or left. Right click the highlighted rows or columns and choose Insert from the drop down menu. New rows will be inserted above the row or to the left of the column you first selected.
Add More Than One New Row/Column

7. Speedily Move and Copy Data in Cells

If you want to move one column of data in a spreadsheet, the fast way is to choose it and move the pointer to the border, after it turns to a crossed arrow icon, drag to move the column freely. What if you want to copy the data? You can press the Ctrl button before you drag to move; the new column will copy all the selected data.
Speedy Move and Copy Data in Cells

8. Speedily Delete Blank Cells

Some default data will be blank, for various reasons. If you need to delete these to maintain accuracy, especially when calculating the average value, the speedy way is to filter out all blank cells and delete them with one click. Choose the column you want to filter, go to Data->Filter, after the downward button shows, undo Select All and then pick up the last option, Blanks. All blank cells will show immediately. Go back to Home and click Delete directly, all of them will be removed.
Speedy Delete Blank Cells

9. Vague Search with Wild Card

You may know how to activate the speedy search by using the shortcut Ctrl + F, but there are two main wild cards—Question Mark and Asterisk—used in Excel spreadsheets to activate a vague search. This is used when you are not sure about the target result. Question Mark stands for one character and Asterisk represents one or more characters. What if you need to search Question Mark and Asterisk as a target result? Don’t forget add a Wave Line in front.
Vague Search with Wild-card

10. Generate a Unique Value in a Column

You are aware of the key function of Filter, but few people use the Advanced Filter, which will be repeatedly applied when you need to filter a unique value from data in a column. Click to choose the column and go to Data->Advanced. A pop-up window will show up. As the screenshot shows, click Copy to another location, which should be in accord with the second red rectangular area. Then specify the target location by typing the value or clicking the area-choosing button. In this example, the unique age can be generated from Column C and show in Column E. Don’t forget to choose Unique records only, then click OK. The unique value showing in column E can be the contrast of the original data in C, that’s the reason why it is recommended to copy to another location.
Generate Unique Value in Column

11. Input Restriction with Data Validation Function

In order to retain the validity of data, sometimes you need to restrict the input value and offer some tips for further steps. For example, age in this sheet should be whole numbers and all people participating in this survey should be between 18 and 60 years old. To ensure that data outside of this age range isn’t entered, go to Data->Data Validation->Setting, input the conditions and shift to Input Message to give prompts like, “Please input your age with whole number, which should range from 18 to 60.” Users will get this prompt when hanging the pointer in this area and get a warning message if the inputted information is unqualified.
Input Restriction with Data Validation Function

12. Fast Navigation with Ctrl + Arrow Button

When you click Ctrl + any arrow button on the keyboard, you can jump to the edge of the sheet in different directions. If you want to jump to the bottom line of the data, just try to click Ctrl + downward button.
Fast Navigation with Ctrl + Arrow Button

13. Transpose Data from a Row to a Column

You would use this feature if you want to transpose data to get a better display; however, retyping all data would be the last thing you would need to do if you know how to use the Transpose function in Paste. Here’s how: copy the area you want to transpose, move the pointer to another blank location. Go to Home->Paste->Transpose, please note that this function won’t activate until you copy the data first.
Transpose Data from Row to Column

14. Hide Data Thoroughly

Almost all users know how to hide data by right clicking to select the Hide function, but this can be easily noticed if there is only a little bit of data. The best and easiest way to hide data thoroughly is to use the Format Cells function. Choose the area and go to Home->Font->Open Format Cells->Number Tab->Custom->Type ;;; -> Click OK, then all the values in the area will be invisible, and can only be found in the preview area next to the Function button.
Hide Data Thoroughly

15. Compose Text with &

Complicated formulation is unnecessary, as long as you know how to use &. You can compose any text freely with this symbol. Below I have four columns with different texts, but what if I want to compose them to one value in one cell? First, locate the cell that is to show the composed result, use the formulation with & as shown in the screenshot below. Click Enter: all texts in A2, B2, C2 and D2 will be composed together to become LizaUSA25@ in F2.
Compose Text with &

16. Transforming the Case of Text

With all the tricks shared here, I’ve tried my best to avoid complicated formulation. But there are still some simple and easy to use formulations to show you, like UPPER, LOWER and PROPER, which can transform texts for different purposes. UPPER will capitalize all characters, LOWER can change text to all lower case and PROPER will only capitalize the first character of a word.
Text Transform

17. Input Values Starting with 0

When an input value starts with zero, Excel will delete the zero by default. Rather than reset the Format Cells, this problem can be easily solved by adding a single quote mark ahead of the first zero, as shown.
Input Value Starts with 0

18. Speed up Inputting Complicated Terms with AutoCorrect

If you need to repeat the same value and it is complicated to input, the best way is to use the AutoCorrect function, which will replace your text with the correct text. Take my name, Liza Brown, for example, which can be replaced by LZ. Therefore, every time I input LZ, it can autocorrect to Liza Brown. Go to File->Options->Proofing->AutoCorrect Options and input Replace text with correct text in the red rectangular area, as below.
Speed up Inputting Complicate Terms with AutoCorrect

19. One Click to Get More Status

Most users know how to check the data status in the bottom of an Excel sheet, like Average and Sum Value. However, do you know you can move the pointer to the bottom tab and right click to get more status, as shown below?
One Click to Get More Status

20. Rename a Sheet Using Double Click

There are multiple ways to rename sheets, and most users will right click to choose Rename, which actually wastes a lot of time. The best way is to just click twice, then you can rename it directly.
Rename Sheet by Double Click
Want to level up your excel skills further? Don’t miss this article

21. Numpad Codes

Im I'm only covering the first 256 characters of both sets in my chart, in some cases you can go higher but it depends on the application you are typing in. For example, ALT+257 gives me ā in Wordpad, but in Notepad it loops back around the character set and gives me☺(257-256=1 which is ☺ in the OEM set) . If you want to know what key code will bring up a particular character in a certain Windows font run Windows Character Map (charmap.exe) and look in the bottom right corner to find out.

ALT+0
ALT+1
ALT+2
ALT+3
ALT+4
ALT+5
ALT+6
ALT+7
ALT+8
ALT+9
ALT+10
ALT+11
ALT+12
T+13
ALT+14
ALT+15
ALT+16
ALT+17
ALT+18
ALT+19
ALT+20
ALT+21§
ALT+22
ALT+23
ALT+24
ALT+25
ALT+26
ALT+27
ALT+28
ALT+29
ALT+30
ALT+31
ALT+32
ALT+33!
ALT+34"
ALT+35#
ALT+36$
ALT+37%
ALT+38&
ALT+39'
ALT+40(
ALT+41)
ALT+42*
ALT+43+
ALT+44,
ALT+45-
ALT+46.
ALT+47/
ALT+480
ALT+491
ALT+502
ALT+513
ALT+524
ALT+535
ALT+546
ALT+557
ALT+568
ALT+579
ALT+58:
ALT+59;
ALT+60<
ALT+61=
ALT+62>
ALT+63?
ALT+64@
ALT+65A
ALT+66B
ALT+67C
ALT+68D
ALT+69E
ALT+70F
ALT+71G
ALT+72H
ALT+73I
ALT+74J
ALT+75K
ALT+76L
ALT+77M
ALT+78N
ALT+79O
ALT+80P
ALT+81Q
ALT+82R
ALT+83S
ALT+84T
ALT+85U
ALT+86V
ALT+87W
ALT+88X
ALT+89Y
ALT+90Z
ALT+91[
ALT+92\
ALT+93]
ALT+94^
ALT+95_
ALT+96`
ALT+97a
ALT+98b
ALT+99c
ALT+100d
ALT+101e
ALT+102f
ALT+103g
ALT+104h
ALT+105i
ALT+106j
ALT+107k
ALT+108l
ALT+109m
ALT+110n
ALT+111o
ALT+112p
ALT+113q
ALT+114r
ALT+115s
ALT+116t
ALT+117u
ALT+118v
ALT+119w
ALT+120x
ALT+121y
ALT+122z
ALT+123{
ALT+124|
ALT+125}
ALT+126~
ALT+127
ALT+128Ç
ALT+129ü
ALT+130é
ALT+131â
ALT+132ä
ALT+133à
ALT+134å
ALT+135ç
ALT+136ê
ALT+137ë
ALT+138è
ALT+139ï
ALT+140î
ALT+141ì
ALT+142Ä
ALT+143Å
ALT+144É
ALT+145æ
ALT+146Æ
ALT+147ô
ALT+148ö
ALT+149ò
ALT+150û
ALT+151ù
ALT+152ÿ
ALT+153Ö
ALT+154Ü
ALT+155¢
ALT+156£
ALT+157¥
ALT+158
ALT+159ƒ
ALT+160á
ALT+161í
ALT+162ó
ALT+163ú
ALT+164ñ
ALT+165Ñ
ALT+166ª
ALT+167º
ALT+168¿
ALT+169
ALT+170¬
ALT+171½
ALT+172¼
ALT+173¡
ALT+174«
ALT+175»
ALT+176
ALT+177
ALT+178
ALT+179
ALT+180
ALT+181
ALT+182
ALT+183
ALT+184
ALT+185
ALT+186
ALT+187
ALT+188
ALT+189
ALT+190
ALT+191
ALT+192
ALT+193
ALT+194
ALT+195
ALT+196
ALT+197
ALT+198
ALT+199
ALT+200
ALT+201
ALT+202
ALT+203
ALT+204
ALT+205
ALT+206
ALT+207
ALT+208
ALT+209
ALT+210
ALT+211
ALT+212
ALT+213
ALT+214
ALT+215
ALT+216
ALT+217
ALT+218
ALT+219
ALT+220
ALT+221
ALT+222
ALT+223
ALT+224α
ALT+225ß
ALT+226Γ
ALT+227π
ALT+228Σ
ALT+229σ
ALT+230µ
ALT+231τ
ALT+232Φ
ALT+233Θ
ALT+234Ω
ALT+235δ
ALT+236
ALT+237φ
ALT+238ε
ALT+239
ALT+240
ALT+241±
ALT+242
ALT+243
ALT+244
ALT+245
ALT+246÷
ALT+247
ALT+248°
ALT+249
ALT+250·
ALT+251
ALT+252
ALT+253²
ALT+254
ALT+255
ALT+00
ALT+01
ALT+02
ALT+03
ALT+04
ALT+05
ALT+06
ALT+07
ALT+08
ALT+09
ALT+010
ALT+011
ALT+012
ALT+013
ALT+014
ALT+015
ALT+016
ALT+017
ALT+018
ALT+019
ALT+020
ALT+021
ALT+022
ALT+023
ALT+024
ALT+025
ALT+026
ALT+027
ALT+028
ALT+029
ALT+030
ALT+031
ALT+032
ALT+033!
ALT+034"
ALT+035#
ALT+036$
ALT+037%
ALT+038&
ALT+039'
ALT+040(
ALT+041)
ALT+042*
ALT+043+
ALT+044,
ALT+045-
ALT+046.
ALT+047/
ALT+0480
ALT+0491
ALT+0502
ALT+0513
ALT+0524
ALT+0535
ALT+0546
ALT+0557
ALT+0568
ALT+0579
ALT+058:
ALT+059;
ALT+060<
ALT+061=
ALT+062>
ALT+063?
ALT+064@
ALT+065A
ALT+066B
ALT+067C
ALT+068D
ALT+069E
ALT+070F
ALT+071G
ALT+072H
ALT+073I
ALT+074J
ALT+075K
ALT+076L
ALT+077M
ALT+078N
ALT+079O
ALT+080P
ALT+081Q
ALT+082R
ALT+083S
ALT+084T
ALT+085U
ALT+086V
ALT+087W
ALT+088X
ALT+089Y
ALT+090Z
ALT+091[
ALT+092\
ALT+093]
ALT+094^
ALT+095_
ALT+096`
ALT+097a
ALT+098b
ALT+099c
ALT+0100d
ALT+0101e
ALT+0102f
ALT+0103g
ALT+0104h
ALT+0105i
ALT+0106j
ALT+0107k
ALT+0108l
ALT+0109m
ALT+0110n
ALT+0111o
ALT+0112p
ALT+0113q
ALT+0114r
ALT+0115s
ALT+0116t
ALT+0117u
ALT+0118v
ALT+0119w
ALT+0120x
ALT+0121y
ALT+0122z
ALT+0123{
ALT+0124|
ALT+0125}
ALT+0126~
ALT+0127
ALT+0128
ALT+0129
ALT+0130
ALT+0131ƒ
ALT+0132
ALT+0133
ALT+0134
ALT+0135
ALT+0136ˆ
ALT+0137
ALT+0138Š
ALT+0139
ALT+0140Œ
ALT+0141
ALT+0142Ž
ALT+0143
ALT+0144
ALT+0145
ALT+0146'
ALT+0147"
ALT+0148"
ALT+0149
ALT+0150
ALT+0151
ALT+0152˜
ALT+0153
ALT+0154š
ALT+0155
ALT+0156œ
ALT+0157
ALT+0158ž
ALT+0159Ÿ
ALT+0160
ALT+0161¡
ALT+0162¢
ALT+0163£
ALT+0164¤
ALT+0165¥
ALT+0166¦
ALT+0167§
ALT+0168¨
ALT+0169©
ALT+0170ª
ALT+0171«
ALT+0172¬
ALT+0173
ALT+0174®
ALT+0175¯
ALT+0176°
ALT+0177±
ALT+0178²
ALT+0179³
ALT+0180´
ALT+0181µ
ALT+0182
ALT+0183·
ALT+0184¸
ALT+0185¹
ALT+0186º
ALT+0187»
ALT+0188¼
ALT+0189½
ALT+0190¾
ALT+0191¿
ALT+0192À
ALT+0193Á
ALT+0194Â
ALT+0195Ã
ALT+0196Ä
ALT+0197Å
ALT+0198Æ
ALT+0199Ç
ALT+0200È
ALT+0201É
ALT+0202Ê
ALT+0203Ë
ALT+0204Ì
ALT+0205Í
ALT+0206Î
ALT+0207Ï
ALT+0208Ð
ALT+0209Ñ
ALT+0210Ò
ALT+0211Ó
ALT+0212Ô
ALT+0213Õ
ALT+0214Ö
ALT+0215×
ALT+0216Ø
ALT+0217Ù
ALT+0218Ú
ALT+0219Û
ALT+0220Ü
ALT+0221Ý
ALT+0222Þ
ALT+0223ß
ALT+0224à
ALT+0225á
ALT+0226â
ALT+0227ã
ALT+0228ä
ALT+0229å
ALT+0230æ
ALT+0231ç
ALT+0232è
ALT+0233é
ALT+0234ê
ALT+0235ë
ALT+0236ì
ALT+0237í
ALT+0238î
ALT+0239ï
ALT+0240ð
ALT+0241ñ
ALT+0242ò
ALT+0243ó
ALT+0244ô
ALT+0245õ
ALT+0246ö
ALT+0247÷
ALT+0248ø
ALT+0249ù
ALT+0250ú
ALT+0251û
ALT+0252ü
ALT+0253ý
ALT+0254þ
ALT+0255ÿ

Comments

Popular posts from this blog

Kisah FarmFresh Khasiat dan Sejarah

Anda tidak perlu risau, kesegaran dari ladang Farm Fresh yang dinikmati dalam segelas susu anda berada pada tahap kualiti yang terjamin. Meskipun baru 9 tahun penubuhan Farm Fresh, jenama ini sudah mampu memberi saingan sengit kepada jenama tenusu import di Malaysia. 

10 ILMUWAN MUSLIM TRBESAR DAN TERHEBAT SEPANJANG SEJARAH

Mereka menarik pengaruh dari filsafat Aristoteles dan Neo-Platonis, termasuk Euclid, Archimedes, Ptolemy dan lain-lain. Kaum muslimin pada saat itu telah berhasil membuat berbagai penemuan di bidang kedokteran, bedah, matematika, fisika, kimia, filsafat, astrologi, geometri dan bidang lainnya.yang tak terhitung jumlahnya dan menuliskan karya-karyanya dalam berbagai buku.

HOW TO IMPROVE LAGGING IN PUBG MOBILE