Hi Everyone
Could some on give me some direction?
I am creating a preview of a form which will be emailed (HTMLText).
I am attempting to setup that text displays based on Dropdown values.
I have done it with selecting one value but can you do it with 2 values in one IF statement
My formula currently is
&"<br><br><b>" & If(Dropdown1_1.Selected.Value="Minor Development", DataCardKey1.Text) &"<br></b>" & If(Dropdown1_1.Selected.Value="Minor Development", Dropdown1_1.Selected.Value)
I tried this but it doesn't work
&"<br></b>" & If(Dropdown1_0.Selected.Value="Minor Development", Dropdown1_0.Selected.Value) &"<br><br><b>" & If(Dropdown1_1.Selected.Value="Minor Development", DataCardKey1.Text) &"<br></b>" & If(Dropdown1_1.Selected.Value="Minor Development" Or "Safety Critical", Dropdown1_1.Selected.Value)
Any help appreciated
Gary