+ Reply to Thread
Results 1 to 3 of 3

Help pulling info from other sheeting withing a workbook.

  1. #1
    Registered User
    Join Date
    09-20-2005
    Location
    Atlanta, Georgia
    MS-Off Ver
    Office365
    Posts
    53

    Help pulling info from other sheeting withing a workbook.

    okay, i have 1 workbook with 4 sheets. Sheets names are say, sheet1, sheet2, sheet3 and sheet4.

    on sheet4, i want to create a formula that will pull rows B2 to H2 from sheet1, B2 to H2 on sheet2 and B2 to H2 from sheet3 (it will be a STDEV formula)



    i've come up with:

    Please Login or Register  to view this content.
    which will pull the info from sheet1, but i can't figure out how to add in the data from the other 2 sheets. is it possible? if so, how?

    any help would be greatly appreciated

  2. #2
    Registered User
    Join Date
    07-12-2005
    Posts
    18

    Re: Help pulling info from other sheeting withing a workbook.

    Try using

    =STDEV('sheet1'!B2:H2,'sheet2'!B2:H2,'sheet3'!B2:H2,'sheet4'!B2:H2)

  3. #3
    Anne Troy
    Guest

    Re: Help pulling info from other sheeting withing a workbook.

    Hi, Plasma. This should help you:
    http://www.officearticles.com/excel/...worksheets.htm
    ************
    Anne Troy
    www.OfficeArticles.com


    "Plasma" <[email protected]> wrote in
    message news:[email protected]...
    >
    > okay, i have 1 workbook with 4 sheets. Sheets names are say, sheet1,
    > sheet2, sheet3 and sheet4.
    >
    > on sheet4, i want to create a formula that will pull rows B2 to H2
    > from sheet1, B2 to H2 on sheet2 and B2 to H2 from sheet3 (it will be a
    > STDEV formula)
    >
    >
    >
    > i've come up with:
    >
    >
    > Code:
    > --------------------
    > =STDEV('sheet1'!B2:H2)
    > --------------------
    >
    >
    > which will pull the info from sheet1, but i can't figure out how to add
    > in the data from the other 2 sheets. is it possible? if so, how?
    >
    > any help would be greatly appreciated
    >
    >
    > --
    > Plasma
    > ------------------------------------------------------------------------
    > Plasma's Profile:
    > http://www.excelforum.com/member.php...o&userid=27404
    > View this thread: http://www.excelforum.com/showthread...hreadid=469179
    >




+ 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