View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default How do I edit a cell in Excel without clicking on the cell first?

As for indirect ways, it's a matter of semantics, but you could use
defined names to change the way formulas calculate without selecting
the cells containing those formulas.


yes, that's what i meant, but didn't say correctly or completely. :)
susan

On Apr 2, 1:07 pm, "Harlan Grove" wrote:
"Susan" wrote...

...AFAIK there'd be only 2 ways to do this - either a formula that
would put updated info into the correct cell without selecting
it, or by macro.


...

Formulas can't affect other cells' contents, only the values of
formulas in other cells that refer to the cell containing the formula
in question.

Macros are the only direct way to change the contents of cells that
aren't in the selected range.

As for indirect ways, it's a matter of semantics, but you could use
defined names to change the way formulas calculate without selecting
the cells containing those formulas.