+ Reply to Thread
Results 1 to 4 of 4

Pulling info from Row by dragging down on Column

  1. #1
    Registered User
    Join Date
    10-30-2014
    Location
    New York
    MS-Off Ver
    2010
    Posts
    1

    Pulling info from Row by dragging down on Column

    Okay so I know this formula is not going to be so simple but here it goes:

    The best way to explain this is with a picture because it would be way too confusing to explain the whole situation.

    http://i.imgur.com/qztVH14.jpg?1

    Now that you're looking at the picture, I would like a formula where the x1-3 and y1-3 from SHEET1 reflect its answers on SHEET2 where x1-3 and y1-3 are shown. I would like it so that if I fill in the formula where x1 is on SHEET2 and I drag it down to copy into where x2 and x3 are, it would be able to pull the answers from SHEET1. I purposely made spaces between rows on SHEET2, so please take that into account. Of course, with a little adjustment, y1 on SHEET2 would have a similar formula.

    I have scoured the internet trying to figure out the formula to this. I'm not an Excel savvy person but I have tried TRANSPOSE, INDEX, INDIRECT, etc. in various ways, but I have had no luck. Please help!

    Thanks!

  2. #2
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Pulling info from Row by dragging down on Column

    Hi, Welcome to the forum, pl post a sample in excel file... , it will help for us to manipulate rather than retyping the file
    Click just below left if it helps, Boo?ath?

  3. #3
    Forum Contributor
    Join Date
    10-16-2014
    Location
    Center Line, Michigan, United States
    MS-Off Ver
    MS Office 2013
    Posts
    139

    Re: Pulling info from Row by dragging down on Column

    Besides the sample workbook, I don't exactly understand what you're asking. You want a formula you can drag down over where you already entered the x and y text?
    Please click the star (add rep) if I helped!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Pulling info from Row by dragging down on Column

    Hi, welcome to the forum

    2 things...
    1. please dont upload pics here, we cannot edit them, and most members dont want to retype your data
    2. Please upload your workbook to the forum

    OK, having said that, it would probably be more efficient to copy to alternate rows, instead of dragging across empty rows.

    A
    B
    C
    D
    E
    F
    G
    1
    Apple day 1 Orange Day 1 Apple day 2 Orange Day 2 Apple day 3 Orange Day 3
    2
    Meg
    2
    7
    5
    3
    6
    4
    3
    Ryan
    5
    5
    2
    4
    5
    5
    4
    7
    12
    7
    7
    11
    9
    5
    6
    Total Apple Total Orange
    7
    Day 1
    7
    12
    8
    9
    Day 2
    7
    7
    10
    11
    Day 3
    11
    9


    Based on your sample data....
    B7=SUMIF($B$1:$G$1,MID(B$6,FIND(" ",B$6,1)+1,10)&" "&$A7,$B$4:$G$4)
    copied across and down to alternate rows

    IF you must just copy down over rows that you wont be using, change that to...
    =IF(A7="","",SUMIF($B$1:$G$1,MID(B$6,FIND(" ",B$6,1)+1,10)&" "&$A7,$B$4:$G$4))

    Note, that because your adctual headings will differ from your sample headings, that formula will probablyneed adjusting
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pulling Info from Column
    By SouthFloridaBadger in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-08-2014, 11:30 AM
  2. Excel 2007 : Pulling info off 1 sheet from another
    By kwrcst in forum Excel General
    Replies: 2
    Last Post: 05-11-2012, 10:17 AM
  3. Pulling info from one sheet to another
    By floridavera in forum Excel General
    Replies: 6
    Last Post: 05-20-2011, 08:46 AM
  4. Pulling info out of an old layout
    By Befuddled in forum Excel General
    Replies: 8
    Last Post: 04-10-2010, 12:06 AM
  5. Pulling info from worksheet
    By jcarstens in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-20-2009, 02:41 PM

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