+ Reply to Thread
Results 1 to 13 of 13

Returning Data to Master Worksheet

  1. #1
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Returning Data to Master Worksheet

    Hi All

    Some help please In the attached I have two worksheets where I'd like to return data to the tube master from the ForkBom1.

    I would like to return the exact match from L9 (Length) and L8 (ID) plus 3 below the ID number, so if 64 is the exact number it needs to also return 63, 62, 61.

    The finished workbook will contain about 850 rows which is why I'd like a formula.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Returning Data to Master Worksheet

    Input real data. (In ID OD Lenght Wall Thickness)
    L9 (Length) and L8 (ID) : Those cell is part number. Where as i think that is column "I"
    Even part number 7300000 not found in sheet name "FORKBOM1"
    You say if 64 is the exact number then needs to also return 63,62,61 explain about criteria.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Re: Returning Data to Master Worksheet

    Hi Avk

    Thanks for the reply. I've laid out the worksheet with how the returned data should look like in the Tube Master using the required formula.

    Criteria is

    Length - Exact match (150)
    ID - Exact match (64) and 3 number lower (63,62,61)

    However, the formula needs to work with all numbers.

    Thanks
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Re: Returning Data to Master Worksheet

    Hi All

    I've been trying to find a suitable formula all morning but unfortunately my excel expertise doesn't expand to this.....

    In the last file there is just enough data to demonstrate my needs, I've mocked the Master Tube worksheet manually to give the desired results.

    Any help is deeply appreciated.

    Thanks
    Aide

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Returning Data to Master Worksheet

    Try

    L3
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Drag towards the cell
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Returning Data to Master Worksheet

    Similar to Ankur's formula. I just tried to emulate the sort order you indicated. Also array entered.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Returning Data to Master Worksheet

    Quote Originally Posted by FlameRetired View Post
    Similar to Ankur's formula. I just tried to emulate the sort order you indicated. Also array entered.[/FORMULA]
    Oho I forget to make them in short order thanks for my notice too,

  8. #8
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Re: Returning Data to Master Worksheet

    Hi FlameRetained

    Thanks for the formula, I've tried to copy and past it, but I can't get it to work. Would you be so kind to install the formula into Master Tube - Sample I've attached please.

    Sorry to be a pain.

    Thanks

  9. #9
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Returning Data to Master Worksheet

    No problem. Installed and attached. By the way did you array enter it?

    If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Attached Files Attached Files
    Last edited by FlameRetired; 05-01-2017 at 05:12 PM.

  10. #10
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Re: Returning Data to Master Worksheet

    Thanks so much for your help...........am assuming if I need to change so its an exact number and 3 above I change the formula to include the plus symbol instead of the minus?

    Also when using the formula it leaves #NUM! when it returns less than in the spread sheet is there away that the cells can be blank?

    Thanks

  11. #11
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Returning Data to Master Worksheet

    Quote Originally Posted by Aide View Post
    Thanks so much for your help...........am assuming if I need to change so its an exact number and 3 above I change the formula to include the plus symbol instead of the minus?

    Also when using the formula it leaves #NUM! when it returns less than in the spread sheet is there away that the cells can be blank?

    Thanks
    Yes just change that number to meet the new condition(s).

    The #NUM! error. Yes. That was an oversight on my part. My apologies. To cover the #NUM! error wrap an IFERROR function around the formula like this.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  12. #12
    Registered User
    Join Date
    02-16-2017
    Location
    UK
    MS-Off Ver
    Excel 2016
    Posts
    30

    Re: Returning Data to Master Worksheet

    Hi FlameRetired

    I've been using the spread sheet today with some colleagues and one of them said is it possible to filter the data to include the ID, so it works if you input one or all of either ID, OD and length?

    Thanks
    Aide

  13. #13
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Returning Data to Master Worksheet

    Yes.

    Array enter again.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The blue indicates what the change is.

+ 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. Macro to copy data from multiple worksheet cells in to a single Master worksheet
    By thunt13 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-08-2015, 03:24 PM
  2. Replies: 0
    Last Post: 10-25-2013, 03:05 AM
  3. Replies: 0
    Last Post: 07-01-2013, 10:19 AM
  4. Replies: 3
    Last Post: 02-04-2013, 06:00 PM
  5. [SOLVED] Copy Data from Multiple Worksheet to Master Worksheet
    By koolguys4u in forum Excel General
    Replies: 1
    Last Post: 07-02-2012, 08:14 AM
  6. Replies: 0
    Last Post: 03-03-2012, 03:29 AM
  7. Data from master worksheet auto filtered onto different worksheet
    By gdutilh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-13-2010, 08:23 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