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!