I pretty much understand the purpose of the VLOOKUP function but I don't understand the function value that I encountered in a spreadsheet.
The first parameter is supposed to be the value to look up, but I expected a literal or a cell reference. What the heck is $C$4&$C$5&$C9 referring to in the following example?
=VLOOKUP($C$4&$C$5&$C9,Labels!$D:$E,2,FALSE)