Displaying Multiple Cell Information in Single Cell

S

SamuelT

Hi all,

I'm trying to present (text) data from multiple cells in another
workbook in a single cell. I've tried the following formula but it
returns a #VALUE! in my destination cell:

='[Project1.xls]Dependencies'!$A$6, '[Project1.xls]Dependencies'!$A$7

Any ideas on if this is possible?

TIA,

SamuelT
 
S

SamuelT

Thanks guys. I used:

='[Project1.xls]Dependencies'!$B$6& " - "
&'[Project1.xls]Dependencies'!$A$6

Much obliged!

SamuelT
 
Top