Forum Discussion
r-joosterhof_2604
Nov 29, 2018Copper Contributor
Hi! I Need help with a formula in Excel
Can someone please help advise me if it is possible to link a word in one cell with a dollar value in another cell. i have a fee sheet that i am wanting to merge in word and want to be able to enter...
erol sinan zorlu
Nov 29, 2018Iron Contributor
if you need to add two strings in different cells you can use "&" operator or concatenate function (tehy both work the same way) for example
=Sheet1!A1 & Sheet2!B2
will combine values in sheet a1 cell and sheet b2 cell as a string in the cell this formula is written.