Lightning0114
6 years agoQrew Cadet
Formula-User field that shows value of another Nonempty user field
#field #Formulaandfunctions
Hi. I have a formula user field FINAL USER that should show the User A if "User A" field is nonempty, else it should show User B, but if User B field is empty, it should show User C. If User C is empty, it should finally show User D. If I have this: If ( IsNull ([User A]), [User B],[User A]), then it works. However, I need to be able to have the conditions below in that FINAL USER field. Can you please help with the formula?
If(
IsNull([User A]), [User B],[User A],
IsNull([User B]), [User C],[User B],
IsNull([User C]), [User D],[User C]
)
------------------------------
Isabel Gumanid
------------------------------
Hi. I have a formula user field FINAL USER that should show the User A if "User A" field is nonempty, else it should show User B, but if User B field is empty, it should show User C. If User C is empty, it should finally show User D. If I have this: If ( IsNull ([User A]), [User B],[User A]), then it works. However, I need to be able to have the conditions below in that FINAL USER field. Can you please help with the formula?
If(
IsNull([User A]), [User B],[User A],
IsNull([User B]), [User C],[User B],
IsNull([User C]), [User D],[User C]
)
------------------------------
Isabel Gumanid
------------------------------