+ Reply to Thread
Results 1 to 4 of 4

Referencing a cell from another worksheet

Hybrid View

  1. #1
    Mark
    Guest

    Referencing a cell from another worksheet

    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



  2. #2
    Anne Troy
    Guest

    Re: Referencing a cell from another worksheet

    =sum(f4+Sheet1!A1)

    ************
    Hope it helps!
    Anne Troy
    www.OfficeArticles.com

    "Mark" <mark_news@horsemad.co.uk> wrote in message
    news:cDtCf.110847$7p5.72102@newsfe4-win.ntli.net...
    > 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
    >




  3. #3
    CLR
    Guest

    RE: Referencing a cell from another worksheet

    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




    "Mark" wrote:

    > 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
    >
    >
    >


  4. #4
    Mark
    Guest

    Re: Referencing a cell from another worksheet

    Fantastic - Thank you very much to both posters, it works a dream!


    Mark


    "CLR" <CLR@discussions.microsoft.com> wrote in message
    news:24A3B842-9473-4051-9841-CA12073BE588@microsoft.com...
    > 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
    >
    >
    >
    >
    > "Mark" wrote:
    >
    >> 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
    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1