You could try something like this
=Sheet1!A7&", "&(Sheet1!B7)&", "&(Sheet1!E7)
place this formula in Sheet2 where you want the results and it will show
" Item, Description, Price "
in one cell. no need to click on a cell, it will update automatically
HTH
> Hi,
> Can anyone tell me how to link the data in A7 (item) to B7 (description) and
[quoted text clipped - 3 lines]
> trying to link to an invoice (worksheet 2).
> Thanks