View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cjwenngatz@gmail.com is offline
external usenet poster
 
Posts: 9
Default Function with Multiple Criteria...

In the following formula, what does the ",1,0" stand for at the end of
the formula? Also, what does the "Amount" at the end stand for as well.


=SUM(IF((Place="Down")+(Difference<0),1,0)*Amount

Thanks.