Kevin has attended:
Excel Intermediate course
Excel Intermediate course
Excel Advanced course
Excel 2007
How do you combine 2 columns ,one which has debit data and one which has credit data into a single column
RE: Excel 2007
Hi Kevin, thanks for your query. To do this you need to "concatenate" the data and include a single space for readability between the two joined pieces of text. If A1 and A2 contain the debit and credit data respectively, try this in A3
=A1 & " " & A2
That should glue the text together and you can Autofill down to populate the column. Note also there is a CONCATENATE function, which works in exactly the same way.
Hope this helps,
Anthony
Will be marked as resolved in 5 days
Notice: This is an automated message. Due to inactivity, this forum post will be marked as 'resolved' if there are no further responses in the next 5 days.