Hello all!
I'm attempting to solve a problem within an app I'm creating, but I've run out of ideas. I need to add rows to the bottom of a spreadsheet, that essentially perform a COUNTIF function in excel. I know I can transpose and cross tab to show a count, but I want to only be able to count based on defined criteria (ie. 3 added rows showing values above 50%, 20%-49%, and sub 20%). I don't believe I can use the summarize tool, since the app will be handling a dynamic number of unknown columns. Any thoughts on how I could accomplish this?