I am trying to achieve this: https://www.contextures.com/xlDataVal02.html#TwoWord
Where the 2nd drop down’s items is dependant on the first one’s selection.
How do I do this in calc (also, my lists have spaces between words if that is important).
I found an example here from another question: How can I create dynamic dropdown in Libreoffice Calc?
The example file works when downloaded, but when I copy the exact same formula into my sheet it doesnt work (gives error:504). Does the formula only work if all the arguments are for the CURRENT SHEET of the spreadsheet?
The validity formula I used is: “INDEX($Data_Main.$B$3:$E$17,MATCH(B13,$Data_Main.$B$3:$E$17))”