![]() |
Insert Cell Data Into String
I am trying to insert data from cells into a new cell. I am working on a contacts list, and I want the email address to display like this:
[RFAX:NAME@/FN=FAXNUMBER] WITH 'NAME' BEING EXTRACTED FROM CELL B2 AND 'FAXNUMBER' BEING EXTRACTED FROM CELL AA2. CAN ANYBODY HELP? |
Quote:
To put it another way, does B2 contain only the name or is there other info with it? Does cell AA2 contain only the fax number or is there other info with it? |
Quote:
=concatenate(B2,"@",AA2) This will combine B2 with AA2 and place the @ symbol between them with no spaces. Hope this helps. TD |
All times are GMT +1. The time now is 04:32 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com