I have multiple sheets in my spreadsheet, all named for each of the U.S. states. I'm trying to write a formula that will sum values on the corresponding state page once the user types in a state in cell A2. For example, I have states Alabama through Wyoming, I want to look through every state's sheet until I find Ohio (entered in cell A2) and I want to sum what's in Column L for Ohio. However, the state will not always be 'Ohio', so I do not want to hard-code the word 'Ohio' into my formula.
Is there an easy way to do this?
Is there an easy way to do this?