I have a worksheet where I'm using the vlookup function and it works well. In the row in which the vlookup is being used a value is being returned I then multiply it by another number and get a total. I have several rows that do this. If let say I only use 1 row the other two rows cells show a #N/A and when it multiplies out it returns a #N/A which is O.K. but when I try to sum the totals it returns #N/A The vlookup function returns a dollar value. the sum is also a dollar vaule. The vlookup code is
cell B26 =VLOOKUP(A26,PARTS!A2ARTS!B22872,2,FALSE)
I don't know if it is a cell formatting issue or if vlookup is not the correct function to use. I have tried MATCH and INDEX with no luck.
cell B26 =VLOOKUP(A26,PARTS!A2ARTS!B22872,2,FALSE)
I don't know if it is a cell formatting issue or if vlookup is not the correct function to use. I have tried MATCH and INDEX with no luck.