For a short list, your best bet is to create a calculated field for each value with either a sum 1/0 or the word Summer, Winter, Fall, Spring Each calculated field would be: IF(CONTAINS("Fall",Seasons),1,0) These can then be displayed as 4 fields in a report with the ICON replacing the value and the...