Hello, I have been making a dashboard for investing analysis in excel. What I want to do is have a drop down menu at the top lets say A1. The three options are Income statement, Balance Sheet, & Cash Flow. Then when you choose one, all the labels of that statement dynamically populate the rows in that column. While trying to figure this out I also learned there is a limit to drop down cells as well. The combined statements come out to 110 rows with each cell containing a string with most having up to 35 characters. So my issue is I have never worked with large amounts of strings like this in excel before. How would I go about dong this?