Taking data from 3 different cells and adding the components toget

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Cell 1 Cell 2 Cell 3 Result
HRB HRBJ05C60.00 L HRB JL
HRB HRBR05P55.00 K HRB RK

I want to enter a formla to get the "Result" From Cell 1 take HRB, from
Cell 2 take the J (the fourth character), from cell 3 take the letter shown.
In Cell 4 the Result, I need to display HRB JL. There needs to be a space
between the B and the J.
 
=A1&" "&MID(B1,4,1)&C1

HTH
Jason
Atlanta, GA

Dubbs said:
Cell 1 Cell 2 Cell 3 Result

I want to enter a formla to get the "Result" From Cell 1 take HRB, from
Cell 2 take the J (the fourth character), from cell 3 take the letter shown.
In Cell 4 the Result, I need to display HRB JL. There needs to be a space
between the B and the J.
 
=A1&" "&MID(B1,4,1)&C1

Mangesh



Dubbs said:
Cell 1 Cell 2 Cell 3 Result

I want to enter a formla to get the "Result" From Cell 1 take HRB, from
Cell 2 take the J (the fourth character), from cell 3 take the letter shown.
In Cell 4 the Result, I need to display HRB JL. There needs to be a space
between the B and the J.
 
For some reason it didnt like it. Excel is Excel right? Does it matter what
version I have? It took =A18" "&C1 to give me HRB L. I am guessing the
MID(B1,4,1) is where I am screwing it up
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top