Doesn't make much since to me
If there is data in the N9 cell, it goes ahead and continues the Vlookup, but it it is blank which I assume "" should always be, I get the #VALUE in the cell.
My logic says after the first logic is true, it should just return as "" and leave the cell blank, but strange enough if I eliminate the *P9 at the end it eliminates the #VALUE when the first argument is true, but of course in this situation if it is false then my equation will be incomplete w/o the *P9, help plz.
=IF(N9="","",+VLOOKUP(N9,BoxWeight,5,FALSE))*P9
If there is data in the N9 cell, it goes ahead and continues the Vlookup, but it it is blank which I assume "" should always be, I get the #VALUE in the cell.
My logic says after the first logic is true, it should just return as "" and leave the cell blank, but strange enough if I eliminate the *P9 at the end it eliminates the #VALUE when the first argument is true, but of course in this situation if it is false then my equation will be incomplete w/o the *P9, help plz.