Hi, this is annoying me for a while now. Believes that this my formula can be simpler. But can not figure it out.
What I want:
If the item exist in collections, then show name, if not show room number.
My formula, that works.
If(CountRows(Filter(List,OfficeLocation = "C109")) > 0,LookUp(List,OfficeLocation = "C109",Name),"C109")
Thanks, for any help.