JordanBeatty1
8 years agoQrew Captain
Trouble creating a text formula based on null fields
I have 3 fields, for simplicity we will call them , and . They are all proxy fields, and part of a conditional drop down chain, so you need to fill in to fill in to fill in . I would like to have a text formula to show the field that is the farthest part in the chain. So if and are filled in it shows , and if they are all filled in it would show , that kind of thing. The goal is in view mode to not see the 3 drop down menus and instead see this formula field. Currently I am using the following with no luck, what am I doing wrong?
If (
IsNull() and IsNull() and not IsNull(),,
IsNull() and not IsNull() and not IsNull(),,
not IsNull() and not IsNull() and not IsNull(), ,"")