how to display values in 3 cells into one cell

  • Thread starter Thread starter William Poh Ben
  • Start date Start date
W

William Poh Ben

Anyone can help me how do I display the 3 separate different values in 3
cells into just one single cell ?

thanks so much in advance.
 
Either there was a typo or there's an echo in here.
That line should have been:
= A1 & " " & B1 & " " & C1
 
Use the Concatenate feature that uses "&" to tie together
what cells of information you want to take from other
areas into one new cell.
 
Back
Top