Multiplying Cells When One Is Blank

Screenshot 2025-04-01 at 4.19.09โ€ฏPM.png

Hello, I'm hoping someone can help me figure this out. I want to multiply the first three columns, with the total showing in Total Number of Delivered Training Hours. However, that field keeps showing as 0 if one of the cells are blank.

I tried using this formula, but it still just returns as zero:

=IF(OR([Total Number of Training Days]@row = "", [Total Number of Training Days]@row = 0), 0, ([Duration of Class]@row * [Total Number of Learners]@row))

Any guidance would be VERY appreciated. Thank you!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!