Omega Sign

Jborg

Board Regular
Joined
Feb 3, 2012
Messages
177
Office Version
  1. 365
Platform
  1. Windows
Hi Guys,

I need to ask the following and thanks for helping out.

I am using the keyboard shortcut Alt+234, ans I am supposed to get the Ω.
Instead I am getting Û

Does anyone help me, maybe i need a setting???
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Worf

Well-known Member
Joined
Oct 30, 2011
Messages
4,231
Hi

  • The keyboard method is machine specific and not universal.
  • The Unicode character omega is 03A9 or 937.
  • Where do you want to paste the character? Word, Excel…
  • Inside Excel, you can get it with =UNICHAR (937) or Insert>Symbol.
  • At Windows, by running charmap.exe
  • An interesting page: Unicode Character 'GREEK CAPITAL LETTER OMEGA' (U+03A9)
 
Upvote 0

Jborg

Board Regular
Joined
Feb 3, 2012
Messages
177
Office Version
  1. 365
Platform
  1. Windows
Hi Worf,

Thanks for the Info. I want to use it i excel. I knew that the Keyboard shortcut is ALT + 234, but I was getting another symbol.

=UNICHAR(937) will do. Thanks for your help.

However, If I need to insert the Omega sign in the match function to find the last Character in a range like =index(Range,Match("Omega",Range,1)) - What would I use as a keyboard shortcut??




Hi

  • The keyboard method is machine specific and not universal.
  • The Unicode character omega is 03A9 or 937.
  • Where do you want to paste the character? Word, Excel…
  • Inside Excel, you can get it with =UNICHAR (937) or Insert>Symbol.
  • At Windows, by running charmap.exe
  • An interesting page: Unicode Character 'GREEK CAPITAL LETTER OMEGA' (U+03A9)
 
Last edited:
Upvote 0

KarenHeinz

Spammer
Joined
Dec 2, 2016
Messages
1
These keyboard shortcuts are dependent on your System Locale. Change your system locale to the US for these to work.
Or try using the keyboard shortcut Alt + 1002.
Many symbols can be inserted using a \+name of the symbol, that means \omega in your case.
_______________________
 
Last edited by a moderator:
Upvote 0

Worf

Well-known Member
Joined
Oct 30, 2011
Messages
4,231
If you have the following formula at L44:

=UNICHAR (937)

Then omega can be referenced in another formula:

=MATCH (L44, M44:M52,0)
 
Upvote 0

Forum statistics

Threads
1,190,796
Messages
5,982,971
Members
439,810
Latest member
phobo3s

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top