Hi,
i have formula in data validation list like here:
Problem is that there is an entry limit!
How to avoid this?
Or workaround?
Best,
Jacek
i have formula in data validation list like here:
Code:
=IF(AND(Vn_Input_HANA_Workload="BWoH";Vn_Input_HANA_Production="Yes");S_ConditionBWoHYes;IF(AND(Vn_Input_HANA_Workload="BWoH";Vn_Input_HANA_Production="No");S_ConditionBWoHNo;IF(AND(Vn_Input_HANA_Workload="SoH";Vn_Input_HANA_Production="Yes");S_ConditionSoHYes;S_ConditionSoHNo)))
Problem is that there is an entry limit!
How to avoid this?
Or workaround?
Best,
Jacek