Hi, I'm working on updating a spreadsheet someone else created, and see there are many #DIV/0 erros.
The formula is =IF(H7<B39*(I7/(I7+I8+I9+I10)),H7,B39*(I7/(I7+I8+I9+I10)))
When (I7+I8+I9+I10) returns a result of "0" that's when I get the #DIV/0 error. Can someone help me update the formula...