View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How do I put cell data in between another cells data

Try this in c1

=LEFT(A1,FIND(" ",A1)) & A2 &MID(A1,FIND(" ",A1,1),LEN(A1))

Mike

"VictorKulikowski" wrote:

My question deals with editing a description of a good.

What I would like to do is in cell A1 keep the data up to the first space in
that cell. At that point of the space I would like to enter in the data from
cell B1. After the insert of cell B1 I want it to continue on with the
description from cell A1 afer the space and added data. All this data needs
to be returned in cell C1. With a final outcome of;

A1= Widget A 1/2 widget
B1= (12345)
C1= Widget (12345) A 1/2 widget