Thread: Excel Formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default Excel Formulas

Hi,
No, but in effect, using a coditional formula, such as IF, gives you the
ability to put more than one formula in a cell, depending on conditions you
set.
eg IF(A1=1, B1+C1,B1+D1)

Regards - Dave