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 Overriding formula

=IF(override_cell="Yes","Value overridden",your_formula)
--
David Biddulph

KANDLEZ wrote:
I have a if formula in a cell, but need to override it from another
cell. what formula can I use.