+ Reply to Thread
Results 1 to 2 of 2

Data across worksheets

  1. #1
    nelsquid
    Guest

    Data across worksheets

    Is it possible to enter a formula in the format of, "='Sheet1'!A1" and then
    just click and drag and have the formula automatically go the the next sheet?
    i.e "='Sheet2'!A1" instead of "='Sheet1'!A2"

  2. #2
    bj
    Guest

    RE: Data across worksheets

    an indirect function can do this with a little manipulation
    if you start in row 3 for example
    =indirect("'Sheet"&row()-2&"'!A1")
    and copy this equation down it should do what you want.

    "nelsquid" wrote:

    > Is it possible to enter a formula in the format of, "='Sheet1'!A1" and then
    > just click and drag and have the formula automatically go the the next sheet?
    > i.e "='Sheet2'!A1" instead of "='Sheet1'!A2"


+ 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