I am trying to calculate the results of a Vlookup that are returned to a cell and receive a #value error. When I use the formula, it works fine. I have defined the E6 as general:
=IF(AND(D3="yes"),IF(OR(A3={"D","V","X"}),(J9*5%+125),0)). This works
=IF(AND(D3="yes"),IF(OR(A3={"D","V","X"}),(J9*e6),0)) THIS DOES NOT WORK
This is what E6 looks like. - 5%+125
=IF(AND(D3="yes"),IF(OR(A3={"D","V","X"}),(J9*5%+125),0)). This works
=IF(AND(D3="yes"),IF(OR(A3={"D","V","X"}),(J9*e6),0)) THIS DOES NOT WORK
This is what E6 looks like. - 5%+125