Pls. be patient with me on this post as I am having difficulty conceptualizing what I need and how to communicate it to the “experts”.
I have a column (say column A) of numbers [ there are blank cells in the column also]. These numbers are being used in a vlookup formula to snatch a number on another sheet . My current solution is to have a vlookup formula in another column (column for all rows in the named range in column A. I then sum the data returned by the vlookup formula in column B. This works, but my ultimate application will need 3500-5000 cells to make this approach work.
What I am looking for is a formula that for each cell in the range in column A, performs the vlookup [if applicable–remember there are blank cells in this range] and then sums the total of the lookup amounts. There will also be values in column A that are not in the lookup table, so I need to avoid the #n/a error message as well.
Simple example:
Column A (downloaded for server) Column B (result of vlookup formula)
330 455.65
331 #n/a
blank
445 300.00
I am looking for a single cell formula that returns 755.65 in the example above (the sum of the vlookup values in column .
Is this possible? THANKS.