Hello,
I have a cell i use to concatenate a varying cells into one line and divides each text by dashes.
Currently i'm using
=column1@row + "-" column2@ow + "-" +column2@row
Is there a way to spin the isblank( or if(blank formula so that if all columns 1 2 or 3 cells are blank it would not use the formula so that the dashes do not show up?