enter ~ in spanish name

C

colette

I want to type the spanish name Munoz but I can't figure out how to add the ~
on top of the "o" in the name.
 
A

Alan

Type Mun then use "Insert" > "Symbol" > Character number 245 from
ASCII(decimal) then type z.
Regards,
Alan.
 
N

Niek Otten

Press and hold ALT, then enter 0245 on the numeric keypad

Or:

="Mun"&CHAR(245)&"z"

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


|I want to type the spanish name Munoz but I can't figure out how to add the ~
| on top of the "o" in the name.
 
B

Beege

colette said:
I want to type the spanish name Munoz but I can't figure out how to add the
~
on top of the "o" in the name.

Colette,

Do you mean Muñoz? (Held down alt, typed 0241 on keypad for the ñ.

Beege
 
Top