Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default how to combine numbers with the comma

How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the formula
on this at the earliest.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default how to combine numbers with the comma

if you just want the value, then in the target cell enter =A1&","&A2


"Igneshwara reddy" wrote in
message ...
How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the
formula
on this at the earliest.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default how to combine numbers with the comma

Enter this formula in B1:

=""&A1

and this in B2:

=B1&","&A2

Position the cursor on cell B2 and double-click the fill handle (the
small black square at the bottom right corner of the cursor) - this
will copy the formula down and in your bottom row you should see all
the numbers joined together separated by a comma.

Hope this helps.

Pete

On Mar 5, 7:41 pm, Igneshwara reddy
wrote:
How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the formula
on this at the earliest.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default how to combine numbers with the comma

This I can do only for one or two cells if I have, I need to do for 200
lines then doing manually one by one is not possible.

"jiwolf" wrote:

if you just want the value, then in the target cell enter =A1&","&A2


"Igneshwara reddy" wrote in
message ...
How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the
formula
on this at the earliest.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default how to combine numbers with the comma

just drag it down?

"Pete_UK" wrote in message
oups.com...
Enter this formula in B1:

=""&A1

and this in B2:

=B1&","&A2

Position the cursor on cell B2 and double-click the fill handle (the
small black square at the bottom right corner of the cursor) - this
will copy the formula down and in your bottom row you should see all
the numbers joined together separated by a comma.

Hope this helps.

Pete

On Mar 5, 7:41 pm, Igneshwara reddy
wrote:
How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the
formula
on this at the earliest.







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default how to combine numbers with the comma

Select your range right click to Copy Paste it into NotePad Copy from
NotePad select a blank cell and Paste it into a formula bar not directly
into a blank cell click Enter Edit Replace Find what: press a space
bar Replace with: , click Replace


"Igneshwara reddy" wrote:

How to combined the numbers with the comma

For eg: I have 123 in Cell A1 and I have 456 in Cell A2.

My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.

I have 200 lines like this to join with the comma, help me with the formula
on this at the earliest.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default how to combine numbers with the comma

Yes, so that in B3 you will get:

=B2&","&A3

and in B4:

=B3&","&A4

so that the current value in A gets joined on to the previous values
in B.

Pete

On Mar 5, 9:05 pm, "jiwolf" wrote:
just drag it down?

"Pete_UK" wrote in message

oups.com...



Enter this formula in B1:


=""&A1


and this in B2:


=B1&","&A2


Position the cursor on cell B2 and double-click the fill handle (the
small black square at the bottom right corner of the cursor) - this
will copy the formula down and in your bottom row you should see all
the numbers joined together separated by a comma.


Hope this helps.


Pete


On Mar 5, 7:41 pm, Igneshwara reddy
wrote:
How to combined the numbers with the comma


For eg: I have 123 in Cell A1 and I have 456 in Cell A2.


My result should be 123,456 this I can use of concatenate but this is a
long procedure to follow in case if I have N number of lines.


I have 200 lines like this to join with the comma, help me with the
formula
on this at the earliest.- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default how to combine numbers with the comma

Since the data is in a column,
shouldn't it be: Find what: ~ ENTER
instead of: press space bar?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
combine rows into one cell separated by comma Miki Jo Excel Discussion (Misc queries) 2 March 9th 06 08:22 PM
Converting negative/positive numbers to a CSV (Comma-delimited .TX Frustrated Excel user Excel Worksheet Functions 2 August 17th 05 05:51 PM
Count comma separated numbers, numbers in a range with dash, not t Mahendra Excel Discussion (Misc queries) 0 August 8th 05 05:56 PM
comma align numbers bacai Excel Discussion (Misc queries) 3 April 19th 05 10:38 PM
Combine names seperated by comma bbc1 Excel Discussion (Misc queries) 3 February 13th 05 07:55 PM


All times are GMT +1. The time now is 10:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"