View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Excel functions do not execute

Either Control ` (Control backquote) to toggle on and off display of
formulae across the whole worksheet,
or you've got the cells formatted as text. If so, format as general and
then re-enter the formula.
--
David Biddulph

"Bill" wrote in message
...
I have an Excel spreadsheet and when I enter a function, for example
=if(l2="", j2, l2) it enters the function text and does not execute the
function. Also, logical formulas do not execute. For example, entering =a2
in
cell a3 returns "=a2" and not the contents of cell a2. Can anyone advise
me
on resolving this problem?

Thank you.