Hi,
I'm sure this is very simple, but can someone please tell me the syntax to
access a cell from another worksheet?
e.g. =sum(F4+sheet[1]_A1)
Also, is it possible to access a cell from another /file/ ? Id imagine not
for security reasons, but thought I would ask whilst I am here.
Many thanks for your help,
Mark
Anne Troy - 27 Jan 2006 18:31 GMT
=sum(f4+Sheet1!A1)
************
Hope it helps!
Anne Troy
www.OfficeArticles.com
> Hi,
>
[quoted text clipped - 9 lines]
>
> Mark
CLR - 27 Jan 2006 18:46 GMT
For within the same Workbook.........
=f4+Sheet1!A1)
To retrieve from another workbook...........
=F4+'C:\_ChuckStuff\[book2.xls]Sheet1'!A1
Adjust the path and filename accordingly.....
Vaya con Dios,
Chuck, CABGx3
> Hi,
>
[quoted text clipped - 9 lines]
>
> Mark
Mark - 27 Jan 2006 21:54 GMT
Fantastic - Thank you very much to both posters, it works a dream!
Mark
> For within the same Workbook.........
>
[quoted text clipped - 24 lines]
>>
>> Mark