IF statement: how to leave cell blank if condition is false (“” does not work)

前端 未结 15 2028
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 12:14

I would like to write an IF statement, where the cell is left blank if the condition is FALSE. Note that, if the following formula is entered in C1 (for which the co

15条回答
  •  既然无缘
    2020-12-04 12:23

    This shall work (modification on above, workaround, not formula)

    Modify your original formula: =IF(A1=1,B1,"filler")

    Put filter on spreadsheet, choose only "filler" in column B, highlight all the cells with "filler" in them, hit delete, remove filter

提交回复
热议问题