View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Is there a list of what certain symbols mean in a formula?

Hi,

<= ("<" followed by "=") for < with a _ under it.
B1^10 for B1 to the 10th power.

Regards,
B. R. Ramachandran


"natalie" wrote:

For example: * is to multiply, / is to divide. I have a formula to copy into
a cell, but don't know exactly what symbols to use. The ones I need are <
with a _ under it and B1 to the 10th power. Any help out there?