Forum Discussion

Marshall1210's avatar
Marshall1210
Copper Contributor
Aug 01, 2023
Solved

Help with Blank or Zero if no Data for Formula.

Hello I have attached a file so that someone can see what I'm referring to.   I have two tables, the one on the left has values in the red column from data I place in the green row. The table on th...
  • OliverScheurich's avatar
    Aug 01, 2023

    Marshall1210 

    =IF(AND(ISBLANK(N4),ISBLANK(P4)),"",ROUNDUP(O12,0))

    You can try formulas like this which check if the corresponding cells in row 4 are blank. 

Resources