+ Reply to Thread
Results 1 to 4 of 4

Adding up the contents of a Vlookup table

  1. #1
    Registered User
    Join Date
    04-14-2010
    Location
    UK
    MS-Off Ver
    Excel 2000
    Posts
    2

    Adding up the contents of a Vlookup table

    Hi SHG and davesexcel

    Many thanks for your replies, i like both of them,

    Thanks

    BPJONES
    Last edited by bpjones; 04-26-2010 at 07:49 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Adding up the contents of a Vlookup table

    Welcome to the forum.

    =SUM(IF(ISNUMBER(M2:M7), M2:M7)) confirmed with Ctrl+Shift+Enter
    Entia non sunt multiplicanda sine necessitate

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

    Re: Adding up the contents of a Vlookup table

    You can also remove vlookup error with this formula

    =IF(ISERROR(VLOOKUP(E3,$B$3:$C$11,2,FALSE)),"",VLOOKUP(E3,$B$3:$C$11,2,FALSE))

    If an error occurs, it will display a blank

    Replace with your own vlookup formula

  4. #4
    Registered User
    Join Date
    04-14-2010
    Location
    UK
    MS-Off Ver
    Excel 2000
    Posts
    2

    Re: Adding up the contents of a Vlookup table

    Hi SHG and davesexcel

    Many thanks for your replies, i like both of them,

    Thanks

    BPJONES

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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