Re: Calculation based on three different criterias
Not quite. it calculates it yes... but it still pulls the weight from the weights page.. I need it to use the formula that is the last part of my formula...
=IF(ISNA(VLOOKUP(B2&C2,Weight!$C:$D,2,0)),"0",(A2)*(E2+F2/12)*(G2))
Otherwise it does exactly what my original formula does...
The problem is once it finds that the logical test is true being if it doesnt find whatever is in B2 and in C2 in the weight page it puts a zero.. i need it to put a zero there only if the columns are blank.. and if they are not blank to still do the rest of the formula (A2)*(E2+F2/12)*(G2)) with what ever weird numbers i plug in to G2...
Not sure if any of this makes any sence..