olivermah
7 years agoQrew Assistant Captain
If Statment Clarification
HI There I have an if statment in my formula that I need to try an make a little more precise. I currently have the following:
If(
[Port of Loading]="Vancouver", [Voyage Dates - Documentation cut off3],
)
I need to add another field to help drill this down a bit more - want to add the below into the above.
[Place of Receipt]="Calgary", [Voyage Dates - Calgary Documention Cut off],
Essentially, if [Port of Loading] and [place of receipt] both equal these specified values, this field should show a value that I specify. Sorry i'm not sure how to explain it well, hope this make sense.
If(
[Port of Loading]="Vancouver", [Voyage Dates - Documentation cut off3],
)
I need to add another field to help drill this down a bit more - want to add the below into the above.
[Place of Receipt]="Calgary", [Voyage Dates - Calgary Documention Cut off],
Essentially, if [Port of Loading] and [place of receipt] both equal these specified values, this field should show a value that I specify. Sorry i'm not sure how to explain it well, hope this make sense.