Excel Shortcut For Copyright Symbol

  

We have explaiend up to five beatiful methods to insert or type the copyright symbol in Word or Excel for both Windows and Mac. This article contains several methods you can use to type or insert the copyright symbol anywhere like Microsoft Word or Excel, whether you are using. In this Excel magic trick video the instructor shows how to stop automatic copyright symbol ©. While using Microsoft Excel when you type the letter c in between a pair of curved braces Excel automa. Power on symbol. See more symbol sets for popular ALT codes at ALT Codes for Miscellaneous Symbols. For the the complete list of the first 256 Windows ALT Codes, visit Windows ALT Codes for Special Characters & Symbols.

What are Characters in Excel?

Characters in Excel are the letters, numbers and special characters. Each character represented with a code and saved with a predefined ASCII code internally. Computers stored all call codes in bytes, size of the characters in each cells takes the length of the characters in bytes to store in computer.

Types of Characters in Excel

We can enter verity of Characters in Excel. We can divide all characters in Excel into the following categories.

  • Letters: Letters in both Upper Case (A-Z) and Lower Case (a-z)
  • Numbers: All the digits from 0 to 9
  • Punctuation: Punctuation Symbols like , (comma), . (dot), : (colon)
  • Special Characters: Special characters like @,!,#,etc..

How to type Characters in Excel?

We can type most of the characters using keyboard keys. We need to use CHAR function to type special characters in Excel. CHAR function takes the ASCII code as input and return the Character in Excel.

For Example:

Character code 65 returns Letter A.

Shortcut

Create List of Characters in Excel?

We can easily create all list of Characters in Excel. You can use CHAR function to create Characters in Excel. We can provide any number from 1 to 255 as input parameter to the CHAR Function. Follow the below steps to create List of Characters in Excel.

  • Enter the Formula ‘=CHAR(ROW())’ in Range A1
  • Copy Range and Paste in Range A2:A255
  • Now you can see the List of Characters in Excel

List of Characters in Excel

Here is the list of Characters in Excel. This Char List is created using CHAR Function.

Character CodeCharacter NameCHAR FunctionCHAR SymbolCategory
32Space=CHAR(32)Punctuation
33Exclamation mark=CHAR(33)!Punctuation
34Double quotes (or speech marks)=CHAR(34)Punctuation
35Number=CHAR(35)#Punctuation
36Dollar=CHAR(36)$Punctuation
37Per cent sign=CHAR(37)%Punctuation
38Ampersand=CHAR(38)&Punctuation
39Single quote=CHAR(39)Punctuation
40Open parenthesis (or open bracket)=CHAR(40)(Punctuation
41Close parenthesis (or close bracket)=CHAR(41))Punctuation
42Asterisk=CHAR(42)*Punctuation
43Plus=CHAR(43)+Punctuation
44Comma=CHAR(44),Punctuation
45Hyphen=CHAR(45)Punctuation
46Period, dot or full stop=CHAR(46).Punctuation
47Slash or divide=CHAR(47)/Punctuation
48Zero=CHAR(48)0Numbers
49One=CHAR(49)1Numbers
50Two=CHAR(50)2Numbers
51Three=CHAR(51)3Numbers
52Four=CHAR(52)4Numbers
53Five=CHAR(53)5Numbers
54Six=CHAR(54)6Numbers
55Seven=CHAR(55)7Numbers
56Eight=CHAR(56)8Numbers
57Nine=CHAR(57)9Numbers
58Colon=CHAR(58):Special Characters
59Semicolon=CHAR(59);Special Characters
60Less than (or open angled bracket)=CHAR(60)<Special Characters
61Equals=CHAR(61)=Special Characters
62Greater than (or close angled bracket)=CHAR(62)>Special Characters
63Question mark=CHAR(63)?Special Characters
64At symbol=CHAR(64)@Special Characters
65Uppercase A=CHAR(65)ALetters (Upper Case)
66Uppercase B=CHAR(66)BLetters (Upper Case)
67Uppercase C=CHAR(67)CLetters (Upper Case)
68Uppercase D=CHAR(68)DLetters (Upper Case)
69Uppercase E=CHAR(69)ELetters (Upper Case)
70Uppercase F=CHAR(70)FLetters (Upper Case)
71Uppercase G=CHAR(71)GLetters (Upper Case)
72Uppercase H=CHAR(72)HLetters (Upper Case)
73Uppercase I=CHAR(73)ILetters (Upper Case)
74Uppercase J=CHAR(74)JLetters (Upper Case)
75Uppercase K=CHAR(75)KLetters (Upper Case)
76Uppercase L=CHAR(76)LLetters (Upper Case)
77Uppercase M=CHAR(77)MLetters (Upper Case)
78Uppercase N=CHAR(78)NLetters (Upper Case)
79Uppercase O=CHAR(79)OLetters (Upper Case)
80Uppercase P=CHAR(80)PLetters (Upper Case)
81Uppercase Q=CHAR(81)QLetters (Upper Case)
82Uppercase R=CHAR(82)RLetters (Upper Case)
83Uppercase S=CHAR(83)SLetters (Upper Case)
84Uppercase T=CHAR(84)TLetters (Upper Case)
85Uppercase U=CHAR(85)ULetters (Upper Case)
86Uppercase V=CHAR(86)VLetters (Upper Case)
87Uppercase W=CHAR(87)WLetters (Upper Case)
88Uppercase X=CHAR(88)XLetters (Upper Case)
89Uppercase Y=CHAR(89)YLetters (Upper Case)
90Uppercase Z=CHAR(90)ZLetters (Upper Case)
91Opening bracket=CHAR(91)[Special Characters
92Backslash=CHAR(92)Special Characters
93Closing bracket=CHAR(93)]Special Characters
94Caret – circumflex=CHAR(94)^Special Characters
95Underscore=CHAR(95)_Special Characters
96Grave accent=CHAR(96)`Special Characters
97Lowercase a=CHAR(97)aLetters (Lower Case)
98Lowercase b=CHAR(98)bLetters (Lower Case)
99Lowercase c=CHAR(99)cLetters (Lower Case)
100Lowercase d=CHAR(100)dLetters (Lower Case)
101Lowercase e=CHAR(101)eLetters (Lower Case)
102Lowercase f=CHAR(102)fLetters (Lower Case)
103Lowercase g=CHAR(103)gLetters (Lower Case)
104Lowercase h=CHAR(104)hLetters (Lower Case)
105Lowercase i=CHAR(105)iLetters (Lower Case)
106Lowercase j=CHAR(106)jLetters (Lower Case)
107Lowercase k=CHAR(107)kLetters (Lower Case)
108Lowercase l=CHAR(108)lLetters (Lower Case)
109Lowercase m=CHAR(109)mLetters (Lower Case)
110Lowercase n=CHAR(110)nLetters (Lower Case)
111Lowercase o=CHAR(111)oLetters (Lower Case)
112Lowercase p=CHAR(112)pLetters (Lower Case)
113Lowercase q=CHAR(113)qLetters (Lower Case)
114Lowercase r=CHAR(114)rLetters (Lower Case)
115Lowercase s=CHAR(115)sLetters (Lower Case)
116Lowercase t=CHAR(116)tLetters (Lower Case)
117Lowercase u=CHAR(117)uLetters (Lower Case)
118Lowercase v=CHAR(118)vLetters (Lower Case)
119Lowercase w=CHAR(119)wLetters (Lower Case)
120Lowercase x=CHAR(120)xLetters (Lower Case)
121Lowercase y=CHAR(121)yLetters (Lower Case)
122Lowercase z=CHAR(122)zLetters (Lower Case)
123Opening brace=CHAR(123){Special Characters
124Vertical bar=CHAR(124)|Special Characters
125Closing brace=CHAR(125)}Special Characters
126Equivalency sign – tilde=CHAR(126)~Special Characters
127Delete=CHAR(127)Special Characters
128Euro sign=CHAR(128)Special Characters
130Latin small letter f with hook=CHAR(130)Special Characters
131Double low-9 quotation mark=CHAR(131)ƒSpecial Characters
132Horizontal ellipsis=CHAR(132)Special Characters
133Dagger=CHAR(133)Special Characters
134Double dagger=CHAR(134)Special Characters
135Modifier letter circumflex accent=CHAR(135)Special Characters
137Per mille sign=CHAR(137)Special Characters
138Latin capital letter S with caron=CHAR(138)ŠSpecial Characters
139Single left-pointing angle quotation=CHAR(139)Special Characters
140Latin capital ligature OE=CHAR(140)ŒSpecial Characters
142Latin capital letter Z with caron=CHAR(142)ŽSpecial Characters
145Left single quotation mark=CHAR(145)Special Characters
146Right single quotation mark=CHAR(146)Special Characters
147Left double quotation mark=CHAR(147)Special Characters
148Right double quotation mark=CHAR(148)Special Characters
149Bullet=CHAR(149)Special Characters
150En dash=CHAR(150)Special Characters
151Em dash=CHAR(151)Special Characters
152Small tilde=CHAR(152)˜Special Characters
153Trade mark sign=CHAR(153)Special Characters
154Latin small letter S with caron=CHAR(154)šSpecial Characters
155Single right-pointing angle quotation mark=CHAR(155)Special Characters
156Latin small ligature oe=CHAR(156)œSpecial Characters
158Latin small letter z with caron=CHAR(158)žSpecial Characters
159Latin capital letter Y with diaeresis=CHAR(159)ŸSpecial Characters
160Non-breaking space=CHAR(160)Special Characters
161Inverted exclamation mark=CHAR(161)¡Special Characters
162Cent sign=CHAR(162)¢Special Characters
163Pound sign=CHAR(163)£Special Characters
164Currency sign=CHAR(164)¤Special Characters
165Yen sign=CHAR(165)¥Special Characters
166Pipe, Broken vertical bar=CHAR(166)¦Special Characters
167Section sign=CHAR(167)§Special Characters
168Spacing diaeresis – umlaut=CHAR(168)¨Special Characters
169Copyright sign=CHAR(169)©Special Characters
170Feminine ordinal indicator=CHAR(170)ªSpecial Characters
171Left double angle quotes=CHAR(171)«Special Characters
172Not sign=CHAR(172)¬Special Characters
173Soft hyphen=CHAR(173)­Special Characters
174Registered trade mark sign=CHAR(174)®Special Characters
175Spacing macron – overline=CHAR(175)¯Special Characters
176Degree sign=CHAR(176)°Special Characters
177Plus-or-minus sign=CHAR(177)±Special Characters
178Superscript two – squared=CHAR(178)²Special Characters
179Superscript three – cubed=CHAR(179)³Special Characters
180Acute accent – spacing acute=CHAR(180)´Special Characters
181Micro sign=CHAR(181)µSpecial Characters
182Pilcrow sign – paragraph sign=CHAR(182)Special Characters
183Middle dot – Georgian comma=CHAR(183)·Special Characters
184Spacing cedilla=CHAR(184)¸Special Characters
185Superscript one=CHAR(185)¹Special Characters
186Masculine ordinal indicator=CHAR(186)ºSpecial Characters
187Right double angle quotes=CHAR(187)»Special Characters
188Fraction one quarter=CHAR(188)¼Special Characters
189Fraction one half=CHAR(189)½Special Characters
190Fraction three quarters=CHAR(190)¾Special Characters
191Inverted question mark=CHAR(191)¿Special Characters
192Latin capital letter A with grave=CHAR(192)ÀUpper Case Latin-1 Letters
193Latin capital letter A with acute=CHAR(193)ÁUpper Case Latin-1 Letters
194Latin capital letter A with circumflex=CHAR(194)ÂUpper Case Latin-1 Letters
195Latin capital letter A with tilde=CHAR(195)ÃUpper Case Latin-1 Letters
196Latin capital letter A with diaeresis=CHAR(196)ÄUpper Case Latin-1 Letters
197Latin capital letter A with ring above=CHAR(197)ÅUpper Case Latin-1 Letters
198Latin capital letter AE=CHAR(198)ÆUpper Case Latin-1 Letters
199Latin capital letter C with cedilla=CHAR(199)ÇUpper Case Latin-1 Letters
200Latin capital letter E with grave=CHAR(200)ÈUpper Case Latin-1 Letters
201Latin capital letter E with acute=CHAR(201)ÉUpper Case Latin-1 Letters
202Latin capital letter E with circumflex=CHAR(202)ÊUpper Case Latin-1 Letters
203Latin capital letter E with diaeresis=CHAR(203)ËUpper Case Latin-1 Letters
204Latin capital letter I with grave=CHAR(204)ÌUpper Case Latin-1 Letters
205Latin capital letter I with acute=CHAR(205)ÍUpper Case Latin-1 Letters
206Latin capital letter I with circumflex=CHAR(206)ÎUpper Case Latin-1 Letters
207Latin capital letter I with diaeresis=CHAR(207)ÏUpper Case Latin-1 Letters
208Latin capital letter ETH=CHAR(208)ÐUpper Case Latin-1 Letters
209Latin capital letter N with tilde=CHAR(209)ÑUpper Case Latin-1 Letters
210Latin capital letter O with grave=CHAR(210)ÒUpper Case Latin-1 Letters
211Latin capital letter O with acute=CHAR(211)ÓUpper Case Latin-1 Letters
212Latin capital letter O with circumflex=CHAR(212)ÔUpper Case Latin-1 Letters
213Latin capital letter O with tilde=CHAR(213)ÕUpper Case Latin-1 Letters
214Latin capital letter O with diaeresis=CHAR(214)ÖUpper Case Latin-1 Letters
215Multiplication sign=CHAR(215)×Upper Case Latin-1 Letters
216Latin capital letter O with slash=CHAR(216)ØUpper Case Latin-1 Letters
217Latin capital letter U with grave=CHAR(217)ÙUpper Case Latin-1 Letters
218Latin capital letter U with acute=CHAR(218)ÚUpper Case Latin-1 Letters
219Latin capital letter U with circumflex=CHAR(219)ÛUpper Case Latin-1 Letters
220Latin capital letter U with diaeresis=CHAR(220)ÜUpper Case Latin-1 Letters
221Latin capital letter Y with acute=CHAR(221)ÝUpper Case Latin-1 Letters
222Latin capital letter THORN=CHAR(222)ÞUpper Case Latin-1 Letters
223Latin small letter sharp s – ess-zed=CHAR(223)ßLower Case Latin-1 Letters
224Latin small letter a with grave=CHAR(224)àLower Case Latin-1 Letters
225Latin small letter a with acute=CHAR(225)áLower Case Latin-1 Letters
226Latin small letter a with circumflex=CHAR(226)âLower Case Latin-1 Letters
227Latin small letter a with tilde=CHAR(227)ãLower Case Latin-1 Letters
228Latin small letter a with diaeresis=CHAR(228)äLower Case Latin-1 Letters
229Latin small letter a with ring above=CHAR(229)åLower Case Latin-1 Letters
230Latin small letter ae=CHAR(230)æLower Case Latin-1 Letters
231Latin small letter c with cedilla=CHAR(231)çLower Case Latin-1 Letters
232Latin small letter e with grave=CHAR(232)èLower Case Latin-1 Letters
233Latin small letter e with acute=CHAR(233)éLower Case Latin-1 Letters
234Latin small letter e with circumflex=CHAR(234)êLower Case Latin-1 Letters
235Latin small letter e with diaeresis=CHAR(235)ëLower Case Latin-1 Letters
236Latin small letter i with grave=CHAR(236)ìLower Case Latin-1 Letters
237Latin small letter i with acute=CHAR(237)íLower Case Latin-1 Letters
238Latin small letter i with circumflex=CHAR(238)îLower Case Latin-1 Letters
239Latin small letter i with diaeresis=CHAR(239)ïLower Case Latin-1 Letters
240Latin small letter eth=CHAR(240)ðLower Case Latin-1 Letters
241Latin small letter n with tilde=CHAR(241)ñLower Case Latin-1 Letters
242Latin small letter o with grave=CHAR(242)òLower Case Latin-1 Letters
243Latin small letter o with acute=CHAR(243)óLower Case Latin-1 Letters
244Latin small letter o with circumflex=CHAR(244)ôLower Case Latin-1 Letters
245Latin small letter o with tilde=CHAR(245)õLower Case Latin-1 Letters
246Latin small letter o with diaeresis=CHAR(246)öLower Case Latin-1 Letters
247Division sign=CHAR(247)÷Lower Case Latin-1 Letters
248Latin small letter o with slash=CHAR(248)øLower Case Latin-1 Letters
249Latin small letter u with grave=CHAR(249)ùLower Case Latin-1 Letters
250Latin small letter u with acute=CHAR(250)úLower Case Latin-1 Letters
251Latin small letter u with circumflex=CHAR(251)ûLower Case Latin-1 Letters
252Latin small letter u with diaeresis=CHAR(252)üLower Case Latin-1 Letters
253Latin small letter y with acute=CHAR(253)ýLower Case Latin-1 Letters
254Latin small letter thorn=CHAR(254)þLower Case Latin-1 Letters
255Latin small letter y with diaeresis=CHAR(255)ÿLower Case Latin-1 Letters

You must be logged in to post a comment.

Excelx.com is a Excel Blog by PNRao to provide latest tips of Excel and help you to Quickly Learn and up-to date with Excel Concepts. We help you to know – how to do things in Excel with Clean and Easy Excel Tips, Shortcuts, Reference, Tutorials and New and Quick Tricks and Methods.

We Provide Free Online Tutorials, Formulas, Templates, Dashboards and Macros to excel in Microsoft Excel. We cover basic to advanced concepts and share creative ideas, Excel tips and Shortcuts with Related Example Files. You Can refer verity of examples covered on latest tools and techniques in Microsoft Excel Applications.

Related Posts

Most of the time, while working with Excel, you would be using either numbers or text in a cell. Using a computer keyboard, you can directly insert approximately 94 different characters, such as letters, numbers, and other symbols like punctuation marks. However, there are many other symbols available.

You can insert symbols like tick marks, cross marks, arrows, and thousands of such symbols in excel. Excel also allows you to insert special characters like a trademark, copyright, registered symbols, and many more.

The most important thing to understand when inserting symbols, fractions, special characters, or international characters is the font you will use. Not all fonts have the same characters in them. It is important to use the right font to find the symbol or character you want.

For example, the Elephant font has no fraction characters in it, while Verdana does. In a typical font such as Arial, approx 200 different symbols are available, such as the British Pound sign £, the Euro Currency symbol €, and the copyright mark ©.

These symbols cannot directly enter with a single key on a keyboard. Excel 2010 makes it easy to enter symbols into cells. These symbols are available in the Symbol dialog box.

All characters are assigned a standard code number. This is how characters are stored internally by the computer. You should know the code number to use special symbols in the files.

How to Insert Symbols in Excel?

In Excel, to add a symbol into a cell by using the symbol dialog box, you need to follow the following steps, such as:

Step 1: Place your cursor in the file where you want to insert the symbol.

Step 2: Go to the Insert tab and click on the Symbol button.

Step 3: Pick a symbol, or choose More Symbols.

Step 4: Scroll up or down to find the symbol you want to insert.

Different font sets often have different symbols in them, and the most commonly used symbols are in the Segoe UI Symbol font set. Use the Font selector above the symbol list to pick the font you want to browse through.

Step 5: When you find the symbol you want, click on it.

Step 6: Then click on the Insert button, and this symbol will insert into your file.

How to Insert symbol using ASCII or Unicode Character Codes

You can also use the character code of the symbol as a keyboard shortcut. Symbols and special characters are either inserted using ASCII or Unicode codes. You can tell which one you look up the code for the character.

Step 1: Go to the Insert tab and click on the Symbol button.

Step 2: To display more symbols click on the More Symbols option.

Step 3: Scroll up or down the list to find the symbol you want, or you might have to change the font or the subset to locate it.

Step 4: Towards the bottom right, you'll see boxes for Character code and a from.

  • The character code is what you'll enter to insert this symbol from the keyboard.
  • And the fromtells you what kind of character it is. If from says 'Unicode (hex)' it's a Unicode character. Or if from says 'Symbol (Decimal)', then it's an ASCII character.

Common Symbols and Codes

If you know the code number, you can enter that character any time by holding down the ALT key and typing the 4-digit code number on the numeric keypad. Even though character code numbers are only three digits (between 0 and 255), you must type in the leading zeros to ensure that you get the proper character.

For example, to enter the British Pound sign, whose code is 163, hold down the ALT key and type 0163 on the numeric keypad. Here are some common symbols and their codes, such as:

SymbolsCodes
Euro €0128
Ellipsis …0133
Dagger †0134
Double Dagger ‡0135
Bullet •0149
Trademark ™0153
Cents ¢0162
Yen ¥0165
Pounds £0163
Copyright ©0169
Registered ®0174
Plus/Minus ±0177
Paragraph ¶0182
Degree °0176
For

Excel Shortcut For Copyright Symbol Mac

Create a List of Symbols using Formulas

If you don't know the code number of symbols, then you can quickly create a simple list of symbols on an Excel worksheet by entering the following formula in cell A1 and then copying the formula down through row 255:

=CHAR(ROW())

This will display in each cell the character whose code number is that cell's row number. For example, the Euro Currency symbol will appear in cell A128, which indicates that its code number is 128.

You can change the font of the column to see what characters are supplied by various fonts. Fonts with lots of useful symbols include Symbol, WebDings, and the 3 WingDings fonts, Ref Specialty, ENCICON, Marlett, MonoType Sorts, and MS Reference.

Excel Shortcut For Copyright Symbol Shortcut

Using Symbols in Formulas

If you need to use a special symbol in a worksheet formula, you can use the function to return the character from its code number. For example, suppose you want to add a copyright notice to your worksheet. You could use the following formula:

The CHAR(169) function returns the actual copyright symbol to appear properly in the cell. The 'inverse' of the CHAR function is the CODE function. While CHAR takes a number and returns the actual character, the CODE function takes a character and returns the code number. For example, the following formula returns 65, the character code of a capital letter 'A'.

=CODE('A')

The VBA programming equivalents of the CHAR and CODE functions are Chr() and Asc(). For example, to display a message box with a copyright message, use the following code:

How to Insert Fractions Values in Excel?

Some fractions (1/4, 1/2, and 3/4) automatically switch to a fraction character (¼, ½, ¾) when you type them. But other fractions do not (1/3, 2/3, 1/5, etc.), so you'll need to use the insert symbol process if you want to insert those as symbols.

Step 1: Click or tap where you want to insert the fraction.

Excel Shortcut For Copyright Symbol Windows

Step 2: Go to the Insert tab and click on the More Symbols button.

Step 3: In the Subset dropdown, choose Number Forms.

Step 4: Double-click the fraction that you want to insert.

Excel

Step 5: And then click on the Close button.

Only a handful of common fractions have a symbol that you can substitute. For more unusual fractions, such as 8/9, you can approximate the symbol by setting the numerator as superscript and the denominator as a subscript.

NOTE: Not all fonts have a number forms subset. If you don't see the number forms subset available for your font, you will have to use a different font, such as Calibri, to insert the fraction character.

How to Insert Special Characters in Excel?

You can easily insert special characters in your spreadsheet by using the special characters Excel feature. The font we use is vital when entering symbols, special characters, international characters, or fractions. Now follow the following steps to insert special characters in Excel spreadsheets:

Step 1: Place the cursor at the exact location where you want to insert a special character.

Step 2: Go to the Insert tab and click on the Symbol button.

Step 3: Now, click on the Special Characters button.

Excel Shortcut For Copyright Symbol Copy

Step 4: Click on the special character that you want to insert.

Step 5: And click on the Insert button to insert that button in the sheet.

NOTE: Many of the special characters have shortcut keys associated with them. For example, ALT+CTRL+C inserts the Copyright symbol (©) and many more. If you want to insert that special character quickly, press the shortcut keys.

International Characters in Excel

If you want to type in other languages or consider switching your keyboard layout to that language. For one-off characters, there are almost always keyboard shortcuts in Office to do that. For example:

Shortcuts KeysTo insert Characters
CTRL+` (ACCENT GRAVE), the letterà, è, ì, ò, ù,
À, È, Ì, Ò, Ù
CTRL+SHIFT+^ (CARET), the letterâ, ê, î, ô, û
Â, Ê, Î, Ô, Û
CTRL+SHIFT+: (COLON), the letterä, ë, ï, ö, ü, ÿ,
Ä, Ë, Ï, Ö, Ü, Ÿ
CTRL+SHIFT+~ (TILDE), the letterã, ñ, õ
Ã, Ñ, Õ
CTRL+' (APOSTROPHE), the letterá, é, í, ó, ú, ý
Á, É, Í, Ó, Ú, Ý
CTRL+SHIFT+&, a or Aæ, Æ
CTRL+, (COMMA), c or Cç, Ç
CTRL+/, o or Oø, Ø
ALT+CTRL+SHIFT+!¡
CTRL+SHIFT+&, sß
ALT+CTRL+SHIFT+?¿
CTRL+' (APOSTROPHE), d or Dð, Ð
CTRL+SHIFT+&, o or Oœ, Œ
[email protected], a or Aå, Å
Next TopicHow to do addition in Excel