Version: 5.1.1.3
My Spreadsheet contains two columns, one of which is a manually entered text string e.g ABCDE and the other a category, let’s say ALPHA, BETA etc… which I want to be displayed automatically.
I have created two further columns AC & AD) which contain the array with all the possible 5 letter strings and their respective categories.
My target cell formula is =VLOOKUP(C3;AC3:AD25;2;0) This doesn’t work and does nor return an error message, merely being displayed in the target cell. I also tried FALSE instead of the 0 to no effect.
I’m obviously doing something stupid but I just can’t see what.