I have a cell with the following formula:

=((F1*I10)+(F2*I12)+(F3*I13))/F7

Because some of the cell values are empty, the computed cell value winds up being #VALUE!. In SQL I use a function called Coalesce. Is there something I can use in Excel that would change the value to 0 just for the formula?
Thanks.