Hi all
I am trying to do something that seems extremely simple, and yet i dont see the way without lookup function available in formulas. So, i have a table with Id of resource, Name of the resource, Id of the manager and i want to create a column Name of the manager, where i would use formula for having it populated. Since i have id of the resource and name, its seems so easy, give me the name for this id. However, i can not think of formula not being Lookup which is not supported. I tried If(id of resource = id of manager, give me back the name), which obviously only returns the names for the resources that are their own managers.
Any help would be appreciated 🙂