+ Reply to Thread
Results 1 to 4 of 4

how can create a formula to add data from 1 worksheet to another?

  1. #1
    Linnie
    Guest

    how can create a formula to add data from 1 worksheet to another?

    how can create a formula to add data from 1 worksheet to another?

  2. #2
    Kassie
    Guest

    RE: how can create a formula to add data from 1 worksheet to another?

    Hi Linnie
    You can use VLOOKUP, if it is based on info on the destination sheet. Would
    need more info to help you there.

    You can also reference the cell in the source sheet, by inserting a formula
    in the destination cell. Say you want to put the data in Sheet1, cell A3,
    and you want to read the data from Sheet2, Cell F8, then in Sheet1, cell A3,
    enter the following formula: =Sheet2!F8.

    HTH

    "Linnie" wrote:

    > how can create a formula to add data from 1 worksheet to another?


  3. #3
    Peo Sjoblom
    Guest

    Re: how can create a formula to add data from 1 worksheet to another?

    =Sheet2!A1+Sheet1!A1

    or

    =SUM(Sheet1:Sheet2!A1)

    --
    Regards,

    Peo Sjoblom


    "Linnie" <[email protected]> wrote in message
    news:[email protected]...
    > how can create a formula to add data from 1 worksheet to another?




  4. #4
    Byrone
    Guest

    RE: how can create a formula to add data from 1 worksheet to anoth

    This helps a lot thanks, but what if you want to reference information from
    another excel file. Is that possible?

    "Kassie" wrote:

    > Hi Linnie
    > You can use VLOOKUP, if it is based on info on the destination sheet. Would
    > need more info to help you there.
    >
    > You can also reference the cell in the source sheet, by inserting a formula
    > in the destination cell. Say you want to put the data in Sheet1, cell A3,
    > and you want to read the data from Sheet2, Cell F8, then in Sheet1, cell A3,
    > enter the following formula: =Sheet2!F8.
    >
    > HTH
    >
    > "Linnie" wrote:
    >
    > > how can create a formula to add data from 1 worksheet to another?


+ 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