+ Reply to Thread
Results 1 to 6 of 6

automatisch kolum aanvullen

  1. #1
    Registered User
    Join Date
    05-26-2017
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    41

    automatisch kolum aanvullen

    beste lezer, ik heb een lijst van 3000 items.

    kolum a b en d

    in A staan mapnummers
    in B staan dossiernummers die werkelijk in de map zitten
    in D staan dossiernummers

    Nu wil ik graag in kolum C de nummers van kolum A laten toevoegen als ze overeenkomen met kolum D.
    Ik heb een attachment toegevoegd als voorbeeld, weet iemand hoe ik dit kan doen met formules?

    mijn dank! ik kom er maar niet uit het zal iets moeten zijn van ALS iets uit B overeenkomt uit D, dan voeg het getal van A toe
    Attached Files Attached Files
    Last edited by IIIdefconIII; 05-09-2018 at 10:45 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: automatisch kolum aanvullen

    Maybe this?

    in C2
    =IF(NOT(ISNA(MATCH(B2,D$2:D$6,0))),A2,"")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    05-26-2017
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    41

    Re: automatisch kolum aanvullen

    nope doesnt work, tried it, also my previous reaction got deleted somehow

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: automatisch kolum aanvullen

    Quote Originally Posted by Special-K View Post
    Maybe this?

    in C2
    =IF(NOT(ISNA(MATCH(B2,D$2:D$6,0))),A2,"")
    This looks up the code in column B and if it is present in column D it copies across the code in column A to column C.
    If this is not what you want you need to explain in more detail.

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,474

    Re: automatisch kolum aanvullen

    I believe you want if B=D then result would be A?

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    05-26-2017
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    41

    Re: automatisch kolum aanvullen

    it has been fixed had to change some colums but final result:

    =VLOOKUP(D2,H:I,2,0)

    thank you 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. automatisch kolum aanvullen
    By IIIdefconIII in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2018, 10:59 AM
  2. Ik wil automatisch Outlook openen in Excel.krijg een foutmelding
    By Jan Excel in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 06-30-2017, 11:15 AM
  3. Automatisch random letter genereren na typen
    By Bjorn Smeets in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-10-2016, 10:14 AM
  4. [SOLVED] Mutatie automatisch doorvoeren
    By vrijndam in forum Excel General
    Replies: 6
    Last Post: 10-23-2015, 01:16 AM
  5. Replies: 0
    Last Post: 11-27-2013, 03:52 AM
  6. Replies: 2
    Last Post: 08-22-2013, 04:13 PM
  7. Replies: 1
    Last Post: 07-26-2011, 04:40 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