I have a table with 4 fields and a concatenate if then problem:
- Field 1) which we will call A (a drop down pick choice)
- Field 2) which we will call B (a number field) (which is hidden if the choice on A is picked as "Other"
- Field 3) which we will call "Other" (a single line field that is hidden unless the choice on A is picked as "Other")
- Field 4) Field #4 will always be hidden once testing is done and is used only to collect the final input to use elsewhere in the business process).
What I need is to have Field #4:
- combine the inputs from A&B for use elsewhere, OR
- if the input in A turns out to be picked as "Other", then I want Field #4 to show ONLY what was typed into the Other field.
I can't seem to get the concatenate formula to work. Can you help me figure it out?