I am using the following expression to look up prices with 2 criteria:
=DLookUp("[BON001]","Sheet1","Reference_Number]=[Combo100]and[Price Breaks] = 'Smalls' ")
Is there any way I could put the cell reference of a combo box where it says "[BON001]" so that it returns the prices for the specified account number?
Thanks in advance.
=DLookUp("[BON001]","Sheet1","Reference_Number]=[Combo100]and[Price Breaks] = 'Smalls' ")
Is there any way I could put the cell reference of a combo box where it says "[BON001]" so that it returns the prices for the specified account number?
Thanks in advance.