Incremental load adding to existing value

I know a merge using unique keys is possible where the target table column’s value is updated with that of source. What if I want to update the target table column and add value from the source? How can I do this?