Sorry, the issue was with the semicolon in Google Spreadsheet. It has to be ;, not ,. So this one worked: =(IF(ISBLANK(C2);B2;C2)+E3)*(1+H2)
;
,
=(IF(ISBLANK(C2);B2;C2)+E3)*(1+H2)