Omega Sign

Jborg

Board Regular
Joined
Feb 3, 2012
Messages
180
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

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
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
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
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
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,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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
Back
Top