Thread: [Solved] If statement and drop down
View Single Post
 
Old 11-21-2013, 03:51 AM
Anja Anja is offline Windows 8 Office 2013
Novice
 
Join Date: Oct 2013
Posts: 6
Anja is on a distinguished road
Default

{ IF { REF Dropdown1 } = "A" "You choose A” “" }
{ IF { REF Dropdown1 } = "B" "You choose B” “" }
{ IF { REF Dropdown1 } = "C" "You choose C” “" }

I tried this but nothing happens...

Thanks for the help

Anja
Reply With Quote