Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
RESPECTED SIR,
SOLVE MY PROBLEM HOW I MARGE THE COLUMNS FOR EXAMPLE 1 2 3 4 5 COLUMNS ALL DATA PUT IN ONE COLUMNS PLZ TELL ME THE SOLUTION PLEASE SIR MY LOTS OF WORK ARE PENDING |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If they are all numbers and you want to *ADD* them together, then use
this in F1: =SUM(A1:E1) This will give you a result of 15. If you want to *JOIN* them together to give you 12345 as a result, then use this: =A1&B1&C1&D1&E1 Hope this helps. Please do not SHOUT in future postings. Pete danish wrote: RESPECTED SIR, SOLVE MY PROBLEM HOW I MARGE THE COLUMNS FOR EXAMPLE 1 2 3 4 5 COLUMNS ALL DATA PUT IN ONE COLUMNS PLZ TELL ME THE SOLUTION PLEASE SIR MY LOTS OF WORK ARE PENDING |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Try entering the following in F1 =A1&" "B1&" "&C1&" "&D1&" "&E1 and copy down as far as required. If you want to then "fix" this data, copy all of the data in column F, place cursor in F1 and Paste SpecialValues -- Regards Roger Govier "danish" wrote in message ... RESPECTED SIR, SOLVE MY PROBLEM HOW I MARGE THE COLUMNS FOR EXAMPLE 1 2 3 4 5 COLUMNS ALL DATA PUT IN ONE COLUMNS PLZ TELL ME THE SOLUTION PLEASE SIR MY LOTS OF WORK ARE PENDING |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting different multiple columns | Excel Worksheet Functions | |||
adding three consecutive columns | Excel Worksheet Functions | |||
print 3 column range in six columns | Excel Discussion (Misc queries) | |||
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns | Excel Discussion (Misc queries) | |||
Counting the Contents of Two Columns | Excel Discussion (Misc queries) |