Forum Discussion

Sneaky's avatar
Sneaky
Occasional Reader
Jun 07, 2026

Help with Formular to keep constants

Hi I have 2 rows for percentage values as per this table. C3 will be the value of (C2 + B3) / 2.  However I need to check for an empty value so my calculation is  =IF($B$3="",0, IF($C$2="",0,($C$2+...