Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default HOW TO CONCATENATE TWO CELL(IF ENTERED A AND B DIPLAY AT A)

if have entered in Cell A2 and B2 i want to concatenate in A2 which i have
entered in B2 value also
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default HOW TO CONCATENATE TWO CELL(IF ENTERED A AND B DIPLAY AT A)

Why complicate matters?
Just use another col C to concat
In C2: =A2&" "&B2
Copy down. Then, if needed copy col C and overwrite col A
with a paste special as values, and delete col C.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"how to concatenate" wrote:
if have entered in Cell A2 and B2 i want to concatenate in A2 which i have
entered in B2 value also

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default HOW TO CONCATENATE TWO CELL(IF ENTERED A AND B DIPLAY AT A)

If what you are actually trying to do is to automatically incorporate a
suffix onto a number, (not to TEXT), this can also be done with Custom
Formatting of the cell(s), to the format of

# "YourString"

Otherwise, Max's solution will work just fine, or, if you really want to
automatically CONCATENATE the value from B2 to the value whenever typed in to
A2, then VBA is the only way to do that.

Vaya con Dios,
Chuck, CABGx3




"how to concatenate" wrote:

if have entered in Cell A2 and B2 i want to concatenate in A2 which i have
entered in B2 value also

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
Change color of cell when different cell has data entered B J G Excel Discussion (Misc queries) 1 October 18th 07 07:59 PM
Diplay chart in comment hmm Excel Discussion (Misc queries) 5 May 31st 07 07:28 PM
how do I display number in thousands; i.e diplay 123,500 as 124? excel2002 Excel Worksheet Functions 1 April 20th 06 06:31 PM
simple diplay koba Excel Discussion (Misc queries) 2 January 18th 06 05:26 AM
Drop down to diplay info from another sheet debinnj Excel Worksheet Functions 4 October 11th 05 03:06 AM


All times are GMT +1. The time now is 09:57 AM.

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"