Code:
Interpretation: IIf([Results]="Not Detected","Sequence analysis reveals no genetic variant in " & [VUS] & " in this sample, IIf([Results)="Detected","Sequence analysis reveals a genetic variant in " & [VUS] & " in this sample.")
Is this the correct syntax for two IIf statements? Thanks.