Документ взят из кэша поисковой машины. Адрес оригинального документа : http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r4682.html
Дата изменения: Mon Sep 26 12:35:55 2011
Дата индексирования: Tue Oct 2 07:34:31 2012
Кодировка: UTF-8
HLOOKUP

HLOOKUP

Name

HLOOKUP -- 

Synopsis

HLOOKUP(value,range,row[,approximate])

Description

HLOOKUP function finds the col in range that has a first row cell similar to value. If @approximate is not true it finds the col with an exact equivilance. If @approximate is true, then the values must be sorted in order of ascending value for correct function; in this case it finds the col with value less than @value it returns the value in the col found at a 1 based offset in @row rows into the @range.

Returns #NUM! if @row < 0. Returns #REF! if @row falls outside @range.

Examples

See also

VLOOKUP.