View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
raj74 raj74 is offline
external usenet poster
 
Posts: 24
Default Greek Letter as a Text String

I am trying to write a simple logical condition,
If A = 0, Sigma =1, other wise Sigma =2,

I write it using if function, but I cannot write the small sigma symbol
which is very annoying as the output is considered. Tried with CHAR(number)
but don't have any ascii value for greek letters.
Please help.