M
MysticalNomad
I have a spreadsheet that will lookup an Object name based on the Objec
code. The Object codes are Q,R,F,M,W and Msg and the Object names ar
Query, Report, Form, Macro, Warnings and Messages.
When I type the code into (for example) A1, the Object name shoul
appear in B1. I have named the lookup chart "Objects" and the formul
for B1 is:
=IF(A1="","",VLOOKUP(A1, Objects, 2))
The wrong value is returned, i.e Q is typed in and Macro is returned
What's going on?
I have attached the spreadsheet for you to look at.
Please help..
Attachment filename: lookup.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=66455
code. The Object codes are Q,R,F,M,W and Msg and the Object names ar
Query, Report, Form, Macro, Warnings and Messages.
When I type the code into (for example) A1, the Object name shoul
appear in B1. I have named the lookup chart "Objects" and the formul
for B1 is:
=IF(A1="","",VLOOKUP(A1, Objects, 2))
The wrong value is returned, i.e Q is typed in and Macro is returned
What's going on?
I have attached the spreadsheet for you to look at.
Please help..
Attachment filename: lookup.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=66455