ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   hlookup problem (https://www.excelbanter.com/excel-discussion-misc-queries/198053-hlookup-problem.html)

Desperate

hlookup problem
 
I am trying to use an hlookup using the date as the lookup-value. In the case
that it finds a zero for that entry, I would like it to lookup the previous
entries until it finds a value. I have tried using TRUE in the logical range
lookup, but since all dates appear it still returns a zero. I have also tried
using an IF stantement as follows: =IF(HLOOKUP(date,formula)=0,
HLOOKUP(date-1,formula), HLOOKUP(date, formula)) but this will only work for
the very next day and wont continuously loop for 2 or more. Can anyone help
me?

T. Valko

hlookup problem
 
What it sounds like is that you want the *last* entry of the row.

In the case that it finds a zero for that entry


Are they literally number 0 or are the cells empty? So, does this mean the
value to be returned is numeric?

--
Biff
Microsoft Excel MVP


"Desperate" wrote in message
...
I am trying to use an hlookup using the date as the lookup-value. In the
case
that it finds a zero for that entry, I would like it to lookup the
previous
entries until it finds a value. I have tried using TRUE in the logical
range
lookup, but since all dates appear it still returns a zero. I have also
tried
using an IF stantement as follows: =IF(HLOOKUP(date,formula)=0,
HLOOKUP(date-1,formula), HLOOKUP(date, formula)) but this will only work
for
the very next day and wont continuously loop for 2 or more. Can anyone
help
me?





All times are GMT +1. The time now is 11:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com