Excel Conditional Formatting and SUMPRODUCT -


when put formula in cell, works, returning true or false:

=sumproduct((table1[start]<=ak26)*(table1[end]>=ak26))>0 

but, when try put same formula in conditional formatting, receive error:

"there's problem formula"

can me?


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -