Excel 07 - combining number

M

Ms. D

I have numbers that represent code/state and would like to combine them in
one cell (Column B) where the "xxxx".

Example:

A B C
Atlanta
00100
3000 xxxx 4930
3001 xxxx 5690


Results - I looking for

1 A B C
2 Atlanta
3 00100
4 3000 300000100 4930
5 3001 300100100 5690


Column A4:A5 = code
Column $C$3 = state
Column B = formula to combine the two (code_state)
 
L

Lars-Åke Aspelin

I have numbers that represent code/state and would like to combine them in
one cell (Column B) where the "xxxx".

Example:

A B C
Atlanta
00100
3000 xxxx 4930
3001 xxxx 5690


Results - I looking for

1 A B C
2 Atlanta
3 00100
4 3000 300000100 4930
5 3001 300100100 5690


Column A4:A5 = code
Column $C$3 = state
Column B = formula to combine the two (code_state)


Try this formula in cell B4:

=A4&C$3

drag down as long as needed.

Hope this helps / Lars-Åke
 

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

Top