by Ilker | Apr 8, 2019 | Excel Tips & Tricks
Unlike the dollar sign ($), the cent symbol doesn’t have a place in our keyboards. In this article, we’re going to show you how to insert a this symbol in Excel, and walk you through 5 different methods to do this.Copy & PasteCopy & Paste the...
by Ilker | Dec 21, 2018 | Excel Tips & Tricks
The degree symbol (°) typically indicates temperature measurement, the magnitude of angles in geometry, and diminished chords in music. However, standard keyboards don’t have a button for this useful symbol. In this article, we’re going to show you 4...
by Ilker | Dec 21, 2018 | Excel Tips & Tricks
A check mark is the universal character for confirmed tasks and is widely used in managing lists. Seeing how commonly it’s used in organizing ourselves, you would think that there should be a keystroke for this! In this article, we listed 5 methods you can use...
by Ilker | Jun 12, 2018 | Excel Tips & Tricks
Windows Character Set is a one byte character encoding system derived from Latin alphabet. The character set shares same characters up to first 128 character with ASCII character encoding. Excel’s the CHAR function uses this characters set for Windows versions....
by Ilker | Jun 12, 2018 | Excel Tips & Tricks
Mac OS Character Set is based on one byte character encoding system, Mac-Roman. The character set shares same characters up to first 128 character with ASCII character encoding. Excel’s the CHAR function uses this characters set for Mac versions. Code...
by Ilker | Jun 12, 2018 | Excel Tips & Tricks
Excel uses double quote character to identify text, you need to a different approach. This article shows you How to use double quotes in Excel formulas in two ways: with and without a function. Syntax =”””” =CHAR(34) How There are 2 ways to use...
by Ilker | Apr 16, 2018 | Excel Tips & Tricks
Managing and coming up with strong passwords can be challenging. Let us show you how you can create your own custom password generator in Excel. You can download our sample workbook below. Download Workbook Syntax Random Character Generation =RANDBETWEEN(0,9)...