Hi There,
I'm having some real trouble with what is the best way to do this:
In column J I want to return the value in column C based upon criteria in B and D.
This is the formula I have been using in J1:
=(IF(D:D = "filling",VLOOKUP(I4,B:D,2,0),""))
<colgroup><col width="64" span="9"...