Hi
I am looking for some help on a formula to create a column which says if a booking is with or without children/infants
There are two columns, one called children and one called infants, that shows the total number of children/infants in the booking.
It's something along the lines of this but I can't quite figure it out, any help much appreciated 🙂
If (children) or (infants) >0
THEN "With children"
ELSE "Without children"
END