Results 1 to 8 of 8

Vlookups and array formulas

Threaded View

  1. #1
    Registered User
    Join Date
    10-30-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    44

    Vlookups and array formulas

    Hello I have two columns in excel:
    Column A (A2:A56) contains contract codes values
    Column B(b2:b56) contains renewed contract codes values

    I would like to count the number of contract codes values that have been renewed (matching Column B with Column A). I would like to achieve that without adding a column (altering my structure)

    Is it possible to achieve that by using array formulas

    (If I add a column and I perform a vlookup then I can straightforward count the number of matches)

    My Array Formula looks as follows (My aim is to count the number of cells in column B3:B9 that do not return an error(have a match) with a cell in column A3:A9

    =SUM(IF(ISERROR((VLOOKUP(OFFSET($B$3,ROW($B$3:$B$9)-ROW($B$3),0),$A$3:$A$9,1,FALSE))),0,1))
    To clarify please see attachment
    Many Thanks
    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. A maco makes all my Vlookups and formulas disappear!!!!
    By marvinabou7890 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-11-2016, 08:20 PM
  2. Replies: 3
    Last Post: 01-01-2016, 03:44 PM
  3. [SOLVED] VLOOKUPS, MID, AND FIND Together Returning Last Cell in Array
    By Wade112 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-07-2015, 02:11 AM
  4. Ctrl+Shift+Enter (CSE) array formulas in VBA using differing formulas
    By officeguy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2012, 04:31 PM
  5. Replies: 6
    Last Post: 12-30-2008, 06:52 AM
  6. [SOLVED] Vlookups array function by Alan Beban
    By FWA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-18-2005, 10:06 AM
  7. [SOLVED] Vlookups array function by Alan Beban
    By falvey3 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-18-2005, 10:06 AM

Tags for this Thread

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