Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to change the selection of years. Before the value code was written like this: ("2020"|"2021"|"2022"|"2023"|"2024"). I want to change to 2021-2025. But when I change the selection is not shown again in the sheet. In the value code i have an error of expected ')'. Maybe someone had this problem or know how to solve it?
Pass the values into your action as below:
='A;B;C;D’
Pass the values into your action as below:
='A;B;C;D’
Olá!
Basta inserir desta forma: ='ANO_1,ANO_2,ANO3'
Thank you!