excel - Nested If Statements Returning zero if nothing entered in cell -


The formula listed below. I would like to go back to zero if nothing is recorded in the cell. How do i do this

  = IF (E6> 0, F6 / E6, "")  

  = IF (ISBLANK (E6), 0, IF (E6 & gt; 0, F6 / E6, ""))  
< / Html>

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -