+ Reply to Thread
Results 1 to 2 of 2

Formula for Interconnected Sheets

  1. #1
    Registered User
    Join Date
    07-31-2009
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Formula for Interconnected Sheets

    Hi Every body,
    I am trying to drag a formula on Sheet 2 which is related to the only a value from sheet 1 means like =A1 on same sheet. The content is =(sheet1!A1) and after dragging it is showing =(sheet1!B1) =(sheet1!C1) =(sheet1!D1) but my requirement is values like =(sheet1!A2) =(sheet1!A3) =(sheet1!A4)
    Is it possible basically i wish to do it horizontly from vertically data
    Bovie
    India

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Formula for Interconnected Sheets

    Try this formula and see if it works for you.
    =INDIRECT("Sheet1!"&"A"&COLUMN()+1)

+ 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