M
Mr. Smith
Hi
Is it possible to return more than one value with HLOOKUP?
This is my case:
Row 1 - Dates: | 10.05.03 | 15.05.03 | 20.05.03 | 25.05.03| 01.06.03
Row 2 - Empl: | Mary | John | Tom | Mary | John
With formula
=HLOOKUP("Mary";data;2;FALSE)
Only the first date is returned.
Is it possible to lookup all the dates where Mary are inserted? As an array
or just as seperated values.
If you know of other functions to do this, please let med know.
Mr. Smith
Is it possible to return more than one value with HLOOKUP?
This is my case:
Row 1 - Dates: | 10.05.03 | 15.05.03 | 20.05.03 | 25.05.03| 01.06.03
Row 2 - Empl: | Mary | John | Tom | Mary | John
With formula
=HLOOKUP("Mary";data;2;FALSE)
Only the first date is returned.
Is it possible to lookup all the dates where Mary are inserted? As an array
or just as seperated values.
If you know of other functions to do this, please let med know.
Mr. Smith