Good morning, I would like see if you could help me with a formula….
Below is what I have and it works, but I want it to return 0 if the [PO Qty] / [Work Order Qty] are empty cells…
I have tried everything I can think of….. SUMIFS, IFERROR, ISBLANK…etc….
=SUM([PO Qty]@row / [Work Order Qty]@row * 1.0)
Any suggestions?