Results 1 to 22 of 22

VLOOKUP with macro

Threaded View

  1. #1
    Forum Contributor
    Join Date
    08-27-2019
    Location
    europa
    MS-Off Ver
    excel 2007
    Posts
    483

    VLOOKUP with macro

    Hello everybody.
    In the attached workbook there is a formula cerca.vert

    =SE(L8="";"";SE(VAL.NON.DISP(CERCA.VERT(L8;data_base!$A$2:$B$1500;2;0));"v.n.d.";CERCA.VERT(L8;data_base!$A$2:$B$1500;2;0)))
    =IF(L8="","",IF(ISNA(VLOOKUP(L8,data_base!$A$2:$B$1500,2,0)),"v.n.d.",VLOOKUP(L8,data_base!$A$2:$B$1500,2,0)))
    is it possible to turn it into a macro at each new insertion in the range L7:L31 ?
    Thank you.
    xam
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] IF(ISERROR(VLOOKUP,"",VLOOKUP) in macro produces run-time error 1004
    By doleenovodno in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-01-2018, 09:00 AM
  2. Replies: 3
    Last Post: 07-10-2014, 10:56 AM
  3. [SOLVED] Macro- adding Vlookup to a macro
    By TERRI LEE in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 05-06-2013, 02:28 AM
  4. [SOLVED] Adapt A Sumif Macro to A Vlookup Macro
    By timbo1957 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-30-2012, 06:22 PM
  5. Complex Vlookup/ VBA function or Macro Needed For "if contains text then vlookup"
    By alfykunable in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-09-2012, 03:48 AM
  6. Applying Vlookup using a Macro(Vlookup+Macro) in Excel 2007
    By Sumku in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-03-2009, 08:58 PM
  7. Replies: 1
    Last Post: 02-26-2005, 02:06 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