So I have a drop-down menu linked to 10 cells. Then i have another cell that uses the lookup function and the information from the drop down menu to find information in a database. Problem is the lookup function seems to be exploding if the value from the drop-down menu starts with 'd'. Also, it seems not to be working if two of the values from the drop-down menu are similar.
For example, I have (ECN, R&D, DRAWINGS, ECN1) in the drop down.
Look-up Formula: Lookup((drop-down cell), database column (a), database column (b).
If ECN or R&D is selected, the correct value comes back. If Drawings is selected, an NA is returned, and if ECN1 is selected the value from ECN is returned.
Maybe i'm using the wrong command, can anyone help?
For example, I have (ECN, R&D, DRAWINGS, ECN1) in the drop down.
Look-up Formula: Lookup((drop-down cell), database column (a), database column (b).
If ECN or R&D is selected, the correct value comes back. If Drawings is selected, an NA is returned, and if ECN1 is selected the value from ECN is returned.
Maybe i'm using the wrong command, can anyone help?