A
Arvi Laanemets
Hi
I have set the data validation for cell B5 (Custom)
=AND(B5>=MAX(7,JKRows,EKRows))
where JKRows and EKRows are named ranges (returning at moment values 3 and
0).
Somehow data validation accepts any values. The same formula in some cell
returns to False whenever the value entered into cell B5 is less than 7. And
when I checked out, I discovered that p.e. with data validation formula
=(B5>=JKRows)
(JKRows=3) also data validation doesn't work. It looks like it can't use
named ranges in this case - but it can with validation list?
?
Thanks in advance for any help
I have set the data validation for cell B5 (Custom)
=AND(B5>=MAX(7,JKRows,EKRows))
where JKRows and EKRows are named ranges (returning at moment values 3 and
0).
Somehow data validation accepts any values. The same formula in some cell
returns to False whenever the value entered into cell B5 is less than 7. And
when I checked out, I discovered that p.e. with data validation formula
=(B5>=JKRows)
(JKRows=3) also data validation doesn't work. It looks like it can't use
named ranges in this case - but it can with validation list?
?
Thanks in advance for any help