+ Reply to Thread
Results 1 to 4 of 4

formula to bring results from other sheet in correct order

  1. #1
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    formula to bring results from other sheet in correct order

    Hello,

    I am creating a production progress tracker and I got stuck with displaying items in correct order due to the fact that on the main sheet I will be using it is few lines for the same material [this is so that other formulas can work].

    I have attached a sample file and here comes an explanation what I am trying to do.

    In the tab Sheet1 column P I have listed materials.
    These materials are to be displayed [brought in] from tab ListOfOrders column A.
    The first material is to be in P2 and needs to display first material from ListOfOrders tab in A6. [Please note that ListOfOrders is a pivot table in the real life].
    In tab Sheet1 = P9 I need to display the second material from column A in tab ListOfOrders [A7].

    And so on.

    Is there a formula that I can use to determine what was it to be displayed in column P 7 rows up? How to create such reference?

    If anyone has an idea please share as I have spent a lot of time trying different formulas from the list and I still cannot figure it out.

    Appreciate any help.

    Thank you in advance.

    Simon
    Attached Files Attached Files
    ...and this is when I walk in, dressed fully in white...

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: formula to bring results from other sheet in correct order

    P2
    Please Login or Register  to view this content.
    Q2
    Please Login or Register  to view this content.
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: formula to bring results from other sheet in correct order

    or
    P2=LOOKUP(2,1/(ListOfOrders!$A$5:INDEX(ListOfOrders!$A$6:$A$229,CEILING(ROWS($P$2:$P2)/7,1))<>""),ListOfOrders!$A$5:INDEX(ListOfOrders!$A$6:$A$229,CEILING(ROWS($P$2:$P2)/7,1)))
    Q2=INDEX(ListOfOrders!$B$6:$B$229,CEILING(ROWS($P$2:$P2)/7,1))
    Try this and copy towards down

  4. #4
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    Re: formula to bring results from other sheet in correct order

    Hello nflsales,

    thank you for the answers.

    Both ways work perfectly bringing up exactly what I need.

    Thank you once again.

+ 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. [SOLVED] Excel formula does not bring back results in all rows
    By jlmaytum in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2017, 10:56 AM
  2. [SOLVED] formula to convert reverse data in correct order
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2017, 09:49 AM
  3. Formula suddenly displaying not correct results on summary sheet
    By canadianjameson in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-17-2015, 08:11 PM
  4. [SOLVED] Correct Formula not giving results
    By NJ007 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-25-2014, 09:06 PM
  5. Replies: 4
    Last Post: 09-04-2012, 03:23 PM
  6. Correct Formula for Purchase Order posting
    By jwala in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-28-2010, 12:48 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