+ Reply to Thread
Results 1 to 5 of 5

comparing and automatic add data

  1. #1
    Registered User
    Join Date
    09-05-2018
    Location
    harderwijk nederland
    MS-Off Ver
    office 365
    Posts
    60

    comparing and automatic add data

    Hello everyone,
    I made a excell form with two sheets.
    If i fill in the company row A and driver B it automitcly fills row c with licence plate from sheet 2.
    Now is my question is it possible that if the driver or company or licenceplate doesn't excist in sheet 2, it fills it in from sheet 1?

    I attached a form with the sample.
    Greet Roland
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: comparing and automatic add data

    A cell can either contain a formula or a manually typed value, not both.

    That being said, you can use B1:B3 for the manual entries and then C1:C3 for the formulas to return whatever is missing.

    Like this:

    C1 =IF(B1="",INDEX(Blad2!A2:A13,INDEX(MATCH(B2&B3,Blad2!B2:B13&Blad2!C2:C13,0),0)),"")
    C2 =IF(B2="",INDEX(Blad2!B2:B13,INDEX(MATCH(B1&B3,Blad2!A2:A13&Blad2!C2:C13,0),0)),"")
    C3 =IF(B3="",INDEX(Blad2!C2:C13,INDEX(MATCH(B1&B2,Blad2!A2:A13&Blad2!B2:B13,0),0)),"")

  3. #3
    Registered User
    Join Date
    09-05-2018
    Location
    harderwijk nederland
    MS-Off Ver
    office 365
    Posts
    60

    Re: comparing and automatic add data

    i correct your, to ; But the formula says #naam . I also think you misunderstood me. If i fill in B1 and B2, information of B3 is in sheet 2. then the information is already in sheet 2.
    If i fill B1 and B2. and the information of B3 is not in sheet 2, i can put the new information in C3 . Is it possible that the information make a copy to sheet 2. With something like? IF C3=treu; copy B1 and B2 and C3 to a new row in sheet 2.

    At first thanks for your reply

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: comparing and automatic add data

    What you are asking for is not possible through the use of formulas or built in functions. It may be possible with VBA but I cannot help there.

  5. #5
    Registered User
    Join Date
    09-05-2018
    Location
    harderwijk nederland
    MS-Off Ver
    office 365
    Posts
    60

    Re: comparing and automatic add data

    Thanx for your answer. I give it another try at the acces group

+ 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. Replies: 0
    Last Post: 07-09-2017, 12:11 PM
  2. [SOLVED] Live graphing comparing manually entered data with existing data
    By Desert Coyote in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 05-15-2015, 03:05 PM
  3. [SOLVED] Data Analysis: Comparing 3 columns, sorting, removing unique values, display data
    By kmills2626 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-14-2013, 07:27 AM
  4. automatic macro with linking data in two workbooks, multiple row data to one row data
    By garfield8626 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-02-2013, 01:47 PM
  5. Replies: 1
    Last Post: 03-21-2013, 10:45 PM
  6. [SOLVED] Conditional formatting using Icon sets (comparing data to data in array)
    By darth.dims in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-27-2012, 05:36 AM
  7. Replies: 1
    Last Post: 11-22-2010, 07:03 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