Forum Discussion
EricMohlman
6 years agoQuickbase Staff
Isabel,
It looks like your response was sent privately, so others can't see the update. Here it is in case anyone wants the context:
If(not IsNull([User A]) and UserToEmail([User A])<>"supervisor@gmail.com",[User A],Case(not true,IsNull([User B]),[User B],IsNull([User C]),[User C],[User D])
------------------------------
Eric Mohlman
------------------------------
It looks like your response was sent privately, so others can't see the update. Here it is in case anyone wants the context:
I forgot to mention which will only apply to User A. It should be "If User A is not empty and not equal to supervisor@gmail.com, then show User A". Any thoughts?To accomplish that, I would use this type of formula:
If(not IsNull([User A]) and UserToEmail([User A])<>"supervisor@gmail.com",[User A],Case(not true,IsNull([User B]),[User B],IsNull([User C]),[User C],[User D])
------------------------------
Eric Mohlman
------------------------------