+ Reply to Thread
Results 1 to 9 of 9

A Challenging Question re: Cross-Sheet referencing

  1. #1
    Registered User
    Join Date
    08-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    10

    A Challenging Question re: Cross-Sheet referencing

    Maybe it's not that challenging....but it is to me! Please see attachment and any help is appreciated.
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: A Challenging Question re: Cross-Sheet referencing

    Please confirm whether it needs to be achieved using formula or VBA code?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    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,936

    Re: A Challenging Question re: Cross-Sheet referencing

    Hi and welcome to the forum

    If a Cell in Column H in the Sheet 'Data' has a value > 0, move all contents of the row of that cell, including the hidden row A, in to the summary sheet.
    do you mean physically move it (so that it is not in the other sheet any more), or just reference the values from that row?

    If you mean to physically move, then no formula will do that for you, you will need VBA.

    If you just want to reference the data, then on sheet 2 in I3, copied down, use this...
    =IF(H3=0,I2+1,I2)

    Then where-ever you want the answer, use this, copied down...
    =IFERROR(INDEX(Data!$A$2:$H$10,MATCH(ROW(A1),Data!$I$2:$I$10,0),COLUMN(A1)),"")
    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

  4. #4
    Registered User
    Join Date
    08-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: A Challenging Question re: Cross-Sheet referencing

    I just want to reference the data, so just by formula. Thanks a lot for this direction so far, it looks like it is getting close. I plugged in the IF and IFERROR, but the result is essentially the opposite of what I need - it is referencing the data where cells in column H are 0. I need to reference these cells when they are not 0. Does the IF in column I in sheet 2 need to be reset?

    thanks a lot
    John
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    08-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: A Challenging Question re: Cross-Sheet referencing

    Sorry...I need to reference cells when they are >0.

  6. #6
    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,936

    Re: A Challenging Question re: Cross-Sheet referencing

    OK so maybe...
    =IF(H3>0,I2+1,I2)

  7. #7
    Registered User
    Join Date
    08-31-2013
    Location
    Kuwait
    MS-Off Ver
    Microsoft office 365
    Posts
    87

    Re: A Challenging Question re: Cross-Sheet referencing

    =IF(H3>0,I2+1,I2) , i did in this way instead of H3=0 in the Data sheet and iam getting the answer . Hope this was helpful

  8. #8
    Registered User
    Join Date
    08-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: A Challenging Question re: Cross-Sheet referencing

    Thank you simran and Mr. Dibbins, you have been very helpful. I've had success with the simplified sheet, but have attached a sample of the sheets I am working with. There are about 15 sheets, and these are 2 of them. Same challenge but expanded. One of the issues across the sheets is that there are spaces between rows...does this cause an inherent glitch in referencing the list?

    Thanks again for your help.
    John
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    08-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: A Challenging Question re: Cross-Sheet referencing

    and please see Summary Sheet for description....

+ 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. Cross sheet reference question
    By JGK in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-26-2012, 12:25 PM
  2. Sheet Number Increments + Cross referencing.
    By ciaran182 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2011, 11:12 AM
  3. Very Challenging question......
    By Richard Flame in forum Excel General
    Replies: 8
    Last Post: 12-12-2006, 02:59 PM
  4. challenging question
    By cjjoo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2005, 11:33 PM
  5. Challenging question
    By NeMeSisT in forum Excel General
    Replies: 3
    Last Post: 08-19-2005, 03:38 AM

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