Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() How do I concatenate Cell B3 & C3 and have a space between the values in B3 & C3? B3 C3 423 "CHANGE-OVER" ADAPTOR =CONCATENATE(B3,C3) 423"CHANGE-OVER" ADAPTOR I'd like a space between them 423 "CHANGE-OVER" ADAPTOR -- nander ------------------------------------------------------------------------ nander's Profile: http://www.excelforum.com/member.php...fo&userid=6156 View this thread: http://www.excelforum.com/showthread...hreadid=395798 |
#2
![]() |
|||
|
|||
![]()
=B3&" "&C3
-- HTH RP (remove nothere from the email address if mailing direct) "nander" wrote in message ... How do I concatenate Cell B3 & C3 and have a space between the values in B3 & C3? B3 C3 423 "CHANGE-OVER" ADAPTOR =CONCATENATE(B3,C3) 423"CHANGE-OVER" ADAPTOR I'd like a space between them 423 "CHANGE-OVER" ADAPTOR -- nander ------------------------------------------------------------------------ nander's Profile: http://www.excelforum.com/member.php...fo&userid=6156 View this thread: http://www.excelforum.com/showthread...hreadid=395798 |
#3
![]() |
|||
|
|||
![]() Good afternoon Nander There are two possible ways of handling this: =CONCATENATE(B3," ",C3) =C3&" "&D3 Both will do the same thing. HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=395798 |
#4
![]() |
|||
|
|||
![]()
Not if you change the cells <bg
Bob "dominicb" wrote in message ... Good afternoon Nander There are two possible ways of handling this: =CONCATENATE(B3," ",C3) =C3&" "&D3 Both will do the same thing. HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=395798 |
#5
![]() |
|||
|
|||
![]() Oh yeah... Whoops! DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=395798 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
space before date in csv files | Excel Discussion (Misc queries) | |||
Extra space after imported numbers | Excel Discussion (Misc queries) | |||
space between text strings with concatenate | Excel Discussion (Misc queries) | |||
Trim function doesn't clean out ASCII Code 160 (Space) | Excel Worksheet Functions | |||
Removing a space within a cell | Excel Worksheet Functions |