Is it possible to concatenate fields when displaying information in views?

Is it possible to concatenate fields when displaying information in views?

When I look at a view definition, I see a listing of fields from the form in the following format:


field1name

field2name as "[custom title for this column]"


Is it possible to setup the view so that the content of field1 and field2 get concatenated into 1 field for display through the view?

Thanks