+ Reply to Thread
Results 1 to 4 of 4

Summed vlookup na error replace with 0

  1. #1
    Registered User
    Join Date
    08-16-2020
    Location
    Western Cape, South Africa
    MS-Off Ver
    Microsoft 365 Version 2007
    Posts
    4

    Exclamation Summed vlookup na error replace with 0

    Goodday
    I have Product with Order data in worksheet 1 which i have summed in a sum(vookup) in worksheet 2 - how can I replace the NA errors that will still SUM the orders of Product in Worksheet 1 with the summed results in Worksheet 2.
    my current formula: =SUM(VLOOKUP(A2,'Incoming Containers Jhb'!$A$2:$J$585,5,FALSE))
    i have tried inserting an IFERROR before the SUM(VLOOKUP) but it reports back "Too Many Arguments".
    Last edited by KBarnard01; 08-16-2020 at 05:15 AM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Summed vlookup na error replace with 0

    Try this one.

    =iferror(SUM(VLOOKUP(A2,'Incoming Containers Jhb'!$A$2:$J$585,5,FALSE)),"")
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    08-16-2020
    Location
    Western Cape, South Africa
    MS-Off Ver
    Microsoft 365 Version 2007
    Posts
    4

    Re: Summed vlookup na error replace with 0

    Awesome thank you so much your solution has worked. thank you for the prompt feedback.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Summed vlookup na error replace with 0

    Thanks for the rep.

    Glad I could help.

    If you are satisfied with the solution, please mark the question solved.

+ 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. [SOLVED] application vlookup error runtime error 1004, unable to get the vlookup property of the.."
    By dmcgov in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 12-05-2018, 12:03 PM
  2. Replies: 3
    Last Post: 04-13-2018, 01:51 AM
  3. Replies: 1
    Last Post: 02-27-2018, 11:22 AM
  4. [SOLVED] Replace Sum Formula with Values Being Summed
    By uberathlete in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-21-2016, 09:55 AM
  5. Replies: 4
    Last Post: 05-07-2015, 02:56 PM
  6. vlookup results cannot be summed?
    By Armitage2k in forum Excel General
    Replies: 6
    Last Post: 06-03-2011, 10:45 PM
  7. Replies: 3
    Last Post: 10-24-2005, 01:05 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