DiGro wrote:Format the cells with the vlookup as Number. Now they are Text
Number format is "Default". I think he already changed the format from text to default after text input. However, formatting does not change any values.
=vlookup($B5;'Nominal Ledger'.$a$3:$b$25;2;0) correctly looks up the text in B5 within the text values of A3:A25 and returns the text from B3:B25. The returned value is a text anyway. There is no need to format the formula cells when the result is a text. Formatting never changes any cell value. You can format numbers as text and they always remain numbers. You can format text values as numbers and they always remain text. The number format is just the same as font, underlining or color. It must not affect the cell value by any means. The value is a text unless it is a number and no formatting attribute must change it.
Number format "@" (text) makes sense for literal input of digits or text beginning with a =. It inhibits any interpretation of the entered text.