Hi Everyone,
I'm trying to create a basic check list which is generated for a user depending on which cells are filled in another tables.
For example column A contains a list of different types of expenses, A8 says Hotel expense. If someone enters any value in B8-J8 (Monday-Sunday) I want to add an item to a separate location, which is a check list of required items that need to be included for hotel expenses.. ie. hotel receipt.
Currently what I have done is create a massive check list with all required documentation for every expense type and I have a button at the end of my spreadsheet labeled "Generate Checklist" which basically just hides rows in my list if the appropriate expense value is 0. The end result is a list of what is required, with the items not required hidden.
I'm sure there is a better way of doing this, as I do occasionally get errors, any more efficient methods would be greatly appreciated.