View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default Does excel acept arguments

In cell C5, enter

=IF(B5=0,E5,result_if_false)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Roberto" wrote in message
...
I need Excell to execute the following:
If B5 is = zero then C5 is = to E5