Hi Natalie.
Will this work for you? I believe that I got all 32 combinations (The #else parameter is blank which would result when all variable = N). Just replace my Y's and N's of the #set commands with your fields in the header of the code. I've made them bold:
#set($a="
Y")
#set($b="
N")
#set($c="
Y")
#set($d="
Y")
#set($e="
N")
#if ($a=='Y' && $b=='Y' && $c=='Y' && $d=='Y' && $e=='Y')|GF||V||K||Org||GMOFree|
#elseif ($a=='Y' && $b=='N' && $c=='Y' && $d=='N' && $e=='Y')|GF||K||GMOFree|
#elseif ($a=='Y' && $b=='N' && $c=='Y' && $d=='Y' && $e=='Y')|GF||K||Org||GMOFree|
#elseif ($a=='Y' && $b=='Y' && $c=='N' && $d=='Y' && $e=='Y')|GF||V||Org||GMOFree|
#elseif ($a=='Y' && $b=='Y' && $c=='Y' && $d=='N' && $e=='Y')|GF||V||K||GMOFree|
#elseif ($a=='Y' && $b=='Y' && $c=='Y' && $d=='Y' && $e=='N')|GF||V||K||Org|
#elseif ($a=='Y' && $b=='Y' && $c=='Y' && $d=='N' && $e=='N')|GF||V||K|
#elseif ($a=='Y' && $b=='Y' && $c=='N' && $d=='Y' && $e=='N')|GF||V||Org|
#elseif ($a=='Y' && $b=='Y' && $c=='N' && $d=='N' && $e=='Y')|GF||V||GMOFree|
#elseif ($a=='Y' && $b=='Y' && $c=='N' && $d=='N' && $e=='N')|GF||V|
#elseif ($a=='Y' && $b=='N' && $c=='Y' && $d=='Y' && $e=='N')|GF||K||Org|
#elseif ($a=='Y' && $b=='N' && $c=='Y' && $d=='N' && $e=='N')|GF||K|
#elseif ($a=='Y' && $b=='N' && $c=='N' && $d=='Y' && $e=='Y')|GF||Org||GMOFree|
#elseif ($a=='Y' && $b=='N' && $c=='N' && $d=='Y' && $e=='N')|GF||Org|
#elseif ($a=='Y' && $b=='N' && $c=='N' && $d=='N' && $e=='Y')|GF||GMOFree|
#elseif ($a=='Y' && $b=='N' && $c=='N' && $d=='N' && $e=='N')|GF|
#elseif ($a=='N' && $b=='Y' && $c=='Y' && $d=='Y' && $e=='Y')|V||K||Org||GMOFree|
#elseif ($a=='N' && $b=='Y' && $c=='Y' && $d=='N' && $e=='Y')|V||K||GMOFree|
#elseif ($a=='N' && $b=='Y' && $c=='Y' && $d=='Y' && $e=='N')|V||K||Org|
#elseif ($a=='N' && $b=='Y' && $c=='Y' && $d=='N' && $e=='N')|V||K|
#elseif ($a=='N' && $b=='Y' && $c=='N' && $d=='Y' && $e=='Y')|V||Org||GMOFree|
#elseif ($a=='N' && $b=='Y' && $c=='N' && $d=='Y' && $e=='N')|V||Org|
#elseif ($a=='N' && $b=='Y' && $c=='N' && $d=='N' && $e=='Y')|V||GMOFree|
#elseif ($a=='N' && $b=='Y' && $c=='N' && $d=='N' && $e=='N')|V|
#elseif ($a=='N' && $b=='N' && $c=='Y' && $d=='Y' && $e=='Y')|K||Org||GMOFree|
#elseif ($a=='N' && $b=='N' && $c=='Y' && $d=='N' && $e=='Y')|K||GMOFree|
#elseif ($a=='N' && $b=='N' && $c=='Y' && $d=='Y' && $e=='N')|K||Org|
#elseif ($a=='N' && $b=='N' && $c=='Y' && $d=='N' && $e=='N')|K|
#elseif ($a=='N' && $b=='N' && $c=='N' && $d=='Y' && $e=='Y')|Org||GMOFree|
#elseif ($a=='N' && $b=='N' && $c=='N' && $d=='Y' && $e=='N')|Org|
#elseif ($a=='N' && $b=='N' && $c=='N' && $d=='N' && $e=='Y')|GMOFree|
#else
#end
------------------------------
Jonathan Varo | PIM Lead
Fender Musical Instruments | 480-845-5823
------------------------------