Hi,
I want to be able to display a different drop-down list based on an entry in a table.
So up till now I have a LIST data validation with a formula
=IF(LEFT($G$2;3)="ZVC"; STPRL_AC; STPRL_CR_SSF)
The problem is that I am using a table and I want to do this for every row.
I already tried
=IF(LEFT([@ARTYP];3)="ZVC"; STPRL_AC; STPRL_CR_SSF)
But this is not allowed in the Source of the List in the data validation.
How can I fix this?
Thank you!
I want to be able to display a different drop-down list based on an entry in a table.
So up till now I have a LIST data validation with a formula
=IF(LEFT($G$2;3)="ZVC"; STPRL_AC; STPRL_CR_SSF)
The problem is that I am using a table and I want to do this for every row.
I already tried
=IF(LEFT([@ARTYP];3)="ZVC"; STPRL_AC; STPRL_CR_SSF)
But this is not allowed in the Source of the List in the data validation.
How can I fix this?
Thank you!