Hi all, I'm currently working on a spreadsheet and I need to be able to filter it based on state (theres only about 6). I built a different macro for each state that automatically filters like if you were to do it manually. My plan was to chain together a few IF statements in a cell to execute the macro I wanted. In my mind it was going to look something like, "IF(A1=CA,"RunMacroCA",IF(....)). I can't figure out the language I need to get the macro to run, if its even possible. Any help is greatly appreciated!
If this isn't the correct way to go about it, how can I automatically filter based on a given value in a cell?
If this isn't the correct way to go about it, how can I automatically filter based on a given value in a cell?