We have a new column we are trying to figure out the formula for.
Our goal is to show TV Fee CPM column value in a new column if the Custom one is blank, but if there is a TV Fee CPM - Custom cost listed to show that one instead.
I am currently using this formula but keep getting an error:
=IF(ISBLANK[TV Fee CPM - Custom]@row, [TV Fee CPM]@row, [TV Fee CPM - Custom]@row)
Thanks for your help!