A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi JCYW,
The #DIV/0! you have met is because the is no data in column E, so when you do the calculate, the divisor is zero. You can insert =IFERROR(C9/E9,0) to display 0 in column F if column E is empty.
For more information, you can refer to this article: How to correct a #DIV/0! error.
Regards,
Tisky