+ Reply to Thread
Results 1 to 7 of 7

Extract Data Vice Versa

  1. #1
    Forum Contributor
    Join Date
    04-22-2016
    Location
    Philippines
    MS-Off Ver
    2016 & Office365
    Posts
    139

    Post Extract Data Vice Versa

    How can i extract data (vice versa) that will be triggered
    when i enter data in column I (RECEIVED) and the result will be on
    column J (NOT RECEIVED), same as when i enter data in column J (NOT RECEIVED)
    and the result in column I (RECEIVED).
    Results are the gaps between the data to be entered.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-22-2016
    Location
    Philippines
    MS-Off Ver
    2016 & Office365
    Posts
    139

    Re: Extract Data Vice Versa

    if not possible for vice versa, how about data on column I (RECEIVED) and output(gaps) on column J (NOT RECEIVED) .
    attached file fyi, ty.

  3. #3
    Forum Contributor
    Join Date
    04-22-2016
    Location
    Philippines
    MS-Off Ver
    2016 & Office365
    Posts
    139

    Re: Extract Data Vice Versa

    i'll make it simple, let's say sequence number requested from: 17000001 to: 17000020
    assuming i only received data like these 17000001-17000009; 17000011; 17000015-17000019
    how can i get the gaps base on the data received and the gaps should be 17000010; 17000012-17000014; 17000020
    Bold numbers are based on sequence number requested From and To

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

    Re: Extract Data Vice Versa

    J6:
    =IF(COUNTA(D6:E6,I6)=3,NotReceived(D6,E6,I6),"")
    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    04-22-2016
    Location
    Philippines
    MS-Off Ver
    2016 & Office365
    Posts
    139

    Re: Extract Data Vice Versa

    Good day...
    Thanks a lot Mr. Jindon, but there's one part of received data that still showed on not received status.
    attached file fyi...
    Attached Files Attached Files

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

    Re: Extract Data Vice Versa

    Change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor
    Join Date
    04-22-2016
    Location
    Philippines
    MS-Off Ver
    2016 & Office365
    Posts
    139

    Re: Extract Data Vice Versa

    Excellent code Mr. Jindon.
    Thank you so much...

+ 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] Move data from column to table and vice versa.
    By luongthang1908 in forum Excel General
    Replies: 9
    Last Post: 07-22-2017, 02:44 AM
  2. How to swop data in a table with the column field and vice versa?
    By damienchew in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2014, 12:18 AM
  3. Replies: 0
    Last Post: 10-09-2013, 06:48 AM
  4. Lock Cell1 if Cell2 has data and vice versa
    By AmbikaS in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-06-2012, 05:25 PM
  5. Page name from cell or vice versa
    By Audiguy82 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2008, 06:21 PM
  6. How do I Replace - with + and vice versa
    By hb2474 in forum Excel General
    Replies: 2
    Last Post: 11-11-2005, 03:15 PM
  7. Date to values and vice versa
    By banavas in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-23-2005, 05:30 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