View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Showing the function in the active cell

This was the answer I needed. Thanks.

"Pete_UK" wrote:

Click on Tools | Options | Edit tab, and you will see a checkbox for
Extend list formats and formulas. If this is checked then Excel will
insert a formula where it thinks you would like to have one, eg at the
end of a list when you have added some new data.

Uncheck it if you don't want that effect.

Hope this helps.

Pete

On Aug 13, 5:34 pm, Jeff wrote:
I have a spreadsheet with column C that is a calculation (=A1+B1). As long
as i have data in columns A and B, there is a value in column C. When I put
activate an empty cell in column C (i.e. shares a row with no data in columns
A and B), the formula (=An + Bn) does not show up in the command line. But
when I enter data in this row (in columns A and B), then column C
automatically applies the formula. Why is this? I would expect to see the
formula (=An + Bn) in the active cell if a formula is going to apply.