+ Reply to Thread
Results 1 to 3 of 3

Look up and return data based on positive numbers only

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    Look up and return data based on positive numbers only

    hello All

    Please see attahed

    Is there a way to automate the following?
    The data in Blue text is manually entered from the JLR tab, is there a way it can automatically return the data, I’m only interested in QTYS greater than zero and want it to ignore anything that has a zero value in column D on the JLR tab.

    Excepted results is currently in blue


    Paul
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Look up and return data based on positive numbers only

    How about in M20 filled down & across
    =IFERROR(INDEX('JLR '!B$2:B$170,AGGREGATE(15,6,(ROW('JLR '!B$2:B$170)-ROW('JLR '!B$2)+1)/('JLR '!$D$2:$D$170>0),ROWS($A$20:$A20))),"")

  3. #3
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Look up and return data based on positive numbers only

    VBA
    1) to ThisWorkbook code module
    Please Login or Register  to view this content.
    2) Shortages 9th sheet code module
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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. If statement based on positive and negative numbers.
    By CHSCS in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-17-2019, 12:58 AM
  2. How to return the last positive group of numbers in array?
    By QuantEdge in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-22-2018, 12:17 AM
  3. [SOLVED] Pivot Chart required to return positive numbers only
    By pmw19800 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-25-2017, 10:29 AM
  4. Replies: 1
    Last Post: 04-13-2016, 12:31 PM
  5. Replies: 2
    Last Post: 08-04-2014, 08:57 AM
  6. [SOLVED] Deleting Correlating Positive and Negative Numbers based on Criteria
    By amaan.khowaja in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 09-02-2013, 06:49 AM
  7. adding positive and negative numbers all as positive
    By tomvh444 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2009, 04:08 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