To use the list results in LibreOffice calc as a definition for a secondary list, follow these steps:
The first lists defined in DATA>DEFINE RANGE , for example. “Breakfast”, “Dinner”, where each item is a list containing a series of lines and referred to as “Breakfast” or “Dinner”.
detailed menu options
the definition of a list called "Breakfast" may include: Bacon, Beans, Eggs, Hash Brown, Mushrooms, etc .... this list is best defined on a separate sheet.
If you want to select menu options from each list based on the choice of "Breakfast" or "Dinner", you need a list defined in the data> validity with these two parameters. Say this is defined in cell A2 .
Top level selection
To connect two detailed menus called “Breakfast” or “Dinner” with a choice between them, use the formula:
=indirect(A2)
in cell C2.
When you select a selection from your specific list in A2, the spreadsheet will now use the entry in cell A2 to provide the correct list of options in cell C2.
Hope this makes sense - and many thanks to Valdir Leoncio for the reminder!
Greg dean
source share