How many fields would be there for multiple values. IF there is only one such column, then you can think of creating a different table and use Foreign Key. If the no of columns are higher, then the situation will become too complex to get a data from different tables.
Also, you can insert multiple values in a column. Though it is not advisable. So it depends, depending on your situation & requirement how you plan to retrieve/fetch data.