![]() |
add text to cell
how do I add the text in column A to the number in column B?
example: A1: Spain B1: 1098 = Spain_1098 Many thanks! Emma. |
add text to cell
Emma,
Try:- =A1&"_"&B1 Mike "user3307" wrote: how do I add the text in column A to the number in column B? example: A1: Spain B1: 1098 = Spain_1098 Many thanks! Emma. |
add text to cell
=CONCATENATE(A1,"_",TEXT(B1,"general"))
"user3307" wrote: how do I add the text in column A to the number in column B? example: A1: Spain B1: 1098 = Spain_1098 Many thanks! Emma. |
add text to cell
thank you!
"Mike H" wrote: Emma, Try:- =A1&"_"&B1 Mike "user3307" wrote: how do I add the text in column A to the number in column B? example: A1: Spain B1: 1098 = Spain_1098 Many thanks! Emma. |
All times are GMT +1. The time now is 12:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com