I have the following formula in column E
=IF(ISBLANK($D15); ""; "text?")
I want the same formula to check column B that has a checkbox if it’s checked to return also “text”.
I have tried the:
=IF(ISBLANK($C15:$D15); ""; "text?")
But it didn’t work.
How should I write the formula?