=VLOOKUP(F1,'Excel 1.xlsb'!MyRange,2,0)
The worksheet is "Excel 1.xlsb" which contains the named range "MyRange", the cell "F1" is the cell which the formula will search for in the first column of the range "MyRange" and return the value from the same row in the second column in "MyRange".