Hello there,
I have a table containing shipping info for products. I need to, using VBA, check if product "X" exists in the PRODUCT field of this table. How do I do it?
For example, given table:
PRODUCT QUANTITY
A 10
B 14
C 9
I need a function to output true if I am looking for product name B and false if i am looking for product D
Thnx
I have a table containing shipping info for products. I need to, using VBA, check if product "X" exists in the PRODUCT field of this table. How do I do it?
For example, given table:
PRODUCT QUANTITY
A 10
B 14
C 9
I need a function to output true if I am looking for product name B and false if i am looking for product D
Thnx