This probably isn't a very difficult question, but I have no clue how to do it. I have a vlookup formula which is working great if it only finds one value, but if there are more than one value it finds I need it to sum the two together and display the result. Here is my formula:
I would greatly appreciate help on how to adjust this formula so it will add multiple returned values together and display the result. Thanks for any help you can give me!
Hank
Code:
IF(ISERROR(VLOOKUP($A15,data.Custom!B$4:L$18,11,FALSE)),0,VLOOKUP($A15,data.Custom!B$4:L$18,11,FALSE))
I would greatly appreciate help on how to adjust this formula so it will add multiple returned values together and display the result. Thanks for any help you can give me!
Hank