
Originally Posted by
ooth
would appreciate some comment on 'efficiency', as a general point of information...
Helpers are nearly always worthwhile for sake of efficiency here being no exception and the use of LOOKUP in your example is good as here it is being used in it's most efficient form*
One tweak would be to your AB formulae - you need an OR within the AND I think ?
=IF(AND(MOD(AA1,1)<TIME(18,0,0),MOD(AA2,1)>=TIME(18,0,0)),INT(AA1),"-")
should I think be:
=IF(AND(MOD(AA1,1)<TIME(18,0,0),OR(INT(AA1)<>INT(AA2),MOD(AA2,1)>=TIME(18,0,0))),INT(AA1),"-")
* unlike my earlier example which though negating helpers is not efficient - esp. with large [external] datasets
Bookmarks