pulling data from multiple cells and then adding text

TSchordock

New Member
Joined
Mar 9, 2004
Messages
2
Hello!

I'm able to create a field that takes information from two different cells and combines them into the new cell, but I also want to include some standard text in that same cell.

Specifically, I'm entering heights...as in 5 feet 6 inches. I'd like to be able to enter just a 5 in the first cell, a 6 in the 2nd cell, and have the 3rd cell automatically read 5ft 6in .

I can get the 5 and 6 to work, but I'm struggling with the integration of the text.

Can you help?

TSchordock
Ohio
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
If A1 has feet number and B1 has Inches number then in C1

=A1 &"ft " & B1 & "in"
 
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,916
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top