Hi all,
I would like to write the following custom column formula:
= if [Account Code] = "TIF" and [Journal Type] = {"DI","GJ",SAJ"}
then "Events"
else null
But I'm struggling to find the correct syntax for the highlighted section.
Does anyone know how I should be approaching this?
Thanks
Rich
I would like to write the following custom column formula:
= if [Account Code] = "TIF" and [Journal Type] = {"DI","GJ",SAJ"}
then "Events"
else null
But I'm struggling to find the correct syntax for the highlighted section.
Does anyone know how I should be approaching this?
Thanks
Rich