E
edwardpestian
I have the following formula that uses datevalue to determing what rang
to lookup. I'd rather not use datevalue as each month I will have t
change the value to the first of that month. Is there something I ca
use that will automatically find the first day of the month based o
the month in U4 - which is a drop down menu (Data Validation lis
containing the dates of the month).
=IF(U4-6<DATEVALUE("08/01/2006"),HLOOKUP(U4-6,Data!B23:AF27,4,FALSE)/1000,HLOOKUP(U4-6,Data!B5:AF9,4,FALSE)/1000))
Thanks.
-e
to lookup. I'd rather not use datevalue as each month I will have t
change the value to the first of that month. Is there something I ca
use that will automatically find the first day of the month based o
the month in U4 - which is a drop down menu (Data Validation lis
containing the dates of the month).
=IF(U4-6<DATEVALUE("08/01/2006"),HLOOKUP(U4-6,Data!B23:AF27,4,FALSE)/1000,HLOOKUP(U4-6,Data!B5:AF9,4,FALSE)/1000))
Thanks.
-e