+ Reply to Thread
Results 1 to 6 of 6

Variable data Data pull out request

  1. #1
    Registered User
    Join Date
    04-12-2016
    Location
    England
    MS-Off Ver
    2016
    Posts
    8

    Variable data Data pull out request

    Greetings all,

    I am in a serious need for your help.

    In a given table I need to find/present if the "country sites/country addresess" that where added later than april 2017, are different than the older sites that were created.
    If address creation date is april,2017 and above AND country address <>(not equal) to the country address from march,2017 and older = present customer ID

    excel need help.PNG
    Edit: fixed screenshot, above is the correct example

    I hope I was able to express my self properly, please assist if you have the option it would be mega appriciated~!
    Attached Images Attached Images
    Last edited by SpongeMind; 11-01-2017 at 10:01 AM.

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Variable data Data pull out request

    Hi,

    Can you post your example file in excel format instead of .jpeg? Images are impossible to edit and nobody wants to retype the whole thing for you.

    Make sure your expected outcome is mentioned (mock up) in the file you upload with enough explanation.

  3. #3
    Registered User
    Join Date
    04-12-2016
    Location
    England
    MS-Off Ver
    2016
    Posts
    8

    Post Re: Variable data Data pull out request

    Hi,

    I hope I was able to attach the file properly, thanks for the advise.

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Variable data Data pull out request

    See the attached file.

    I've added a helper column to identify the unique records and listed them below using INDEX/SMALL/IF array.

    In H16:
    Please Login or Register  to view this content.
    In I16:
    Please Login or Register  to view this content.
    In J16:
    Please Login or Register  to view this content.
    All array entered - to be confirmed by pressing CTRL+SHIFT+ENTER
    Last edited by cbatrody; 11-01-2017 at 04:34 PM.

  5. #5
    Registered User
    Join Date
    04-12-2016
    Location
    England
    MS-Off Ver
    2016
    Posts
    8

    Re: Variable data Data pull out request

    Cbatrody,

    First of all thank you for your assistance, it means alot to me.
    If it is not to mutch of a trouble, can you kidly break down the formula for me? I mean I would love to uderstand the logic here.

    Tanks again mate

  6. #6
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Variable data Data pull out request

    Hi SpongeMind,

    The trick here is to identify the unique rows first along with dates in Column D - created after 01/04/2017. I've added a helper column for this with the help of below formula.

    Please Login or Register  to view this content.
    It's a simple COUNTIFS with IF condition added to remove duplicate values - COUNTIFS(A$1:A2,A2,B$1:B2,B2,C$1:C2,C2,D$1:D2,">="&$I$14)

    Please go through the below URL for further help on COUNTIFS function:

    https://support.office.com/en-us/art...c-aa8c2a866842


    Once the unique values are identified, they need to be listed in columns H to I. I've used INDEX with SMALL(IF array. Please go through the below URL for help on these functions.

    https://fiveminutelessons.com/learn-...le-values-list

+ 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] Need to pull variable data from a row one worksheet to different row in another workshee
    By pongmeister in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-31-2015, 04:02 PM
  2. [SOLVED] Sheet1 - Variable/editable cell to specify which workbook to pull data from
    By graym463 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2015, 09:04 AM
  3. Get External Data from Web - Batch request - skip if no data is retrieved from webpage
    By cooper.1651 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-18-2014, 12:44 PM
  4. [SOLVED] Pull specific string of data from variable cell value
    By Speshul in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-19-2014, 01:26 PM
  5. Access code pull data in forms.fields from sql request troubleshot
    By saf111 in forum Access Tables & Databases
    Replies: 1
    Last Post: 12-20-2013, 06:02 AM
  6. Pull data from workbook with variable name - based on date
    By MCMIV in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-28-2009, 03:20 AM
  7. Variable Data from a Pull Down Menu
    By ameretsu in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-15-2008, 04:51 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