T
Tornados
=SUM((ISNUMBER(B3:B416))*(DATE(RIGHT((date!B3:B416),4),MID((date!B3:B416),4,2),LEFT((date!B3:B416),2))=(TODAY()-1))*(B3:B416))
Hello, the above formula is my latest try to sum a certain rang
(b3:b416) which has to be a number, while the corresponding cell i
sheet date! has to have a date equalling yesterday. Unfortunately th
date! sheet does not have the date in the right format.... and i don'
want to add another sheet...
While the complete date() function provides a true array, when i add
sum function in the array it gives me #value...
i tried the sum(if()) array notation also but it just is not working.
I can imagine that the date function is just too much but can someon
please confirm this?
Thanks. Tornados.....
Hello, the above formula is my latest try to sum a certain rang
(b3:b416) which has to be a number, while the corresponding cell i
sheet date! has to have a date equalling yesterday. Unfortunately th
date! sheet does not have the date in the right format.... and i don'
want to add another sheet...
While the complete date() function provides a true array, when i add
sum function in the array it gives me #value...
i tried the sum(if()) array notation also but it just is not working.
I can imagine that the date function is just too much but can someon
please confirm this?
Thanks. Tornados.....