Create a variable using if statement like below
Pack = if [product] inlist (Delta, Indigo, Oscar) then "packA" else if [product] inlist ( Alpha, Bravo and Echo ) then "packA"
Then just use this variable in your table which will show up the desired results