Merging 2 Fields into a Formula-Text Field for Reporting Purposes
Hello:
I have two fields that I want to merge for reporting purposes.
- Application Status - Primary
- Application Status - Secondary
I created a formula-text field named, Merge Primary/Secondary Application Status.
I tried the formulas below, but none are working. Could someone assist me with tweaking any of my formulas, please?
First Try
If([Nursing]="",[Application Status - Primary Program],[Application Status - Secondary Program])
Second Try
If(
[Nursing]="Application Status - Primary Program",
[Nursing]="Application Status - Secondary Program"
,
true,
false,
)
Thank you,
Roula
Good morning, Mark.
I tried coping and pasting my details into this window, but I received the error below. I later learned the error is due to using lists, numbers, bullets!Without organizing the data, it would be very difficult for anyone to follow.
I will try to work with the formula you gave me already.
Thank you,Roula