Hi
I am attempting to recreate some excel analysis in Alteryx.
I have a dataset containing public accounts data data approx. 5,000 companies. Amongst the data are the compound average growth rate (CAGR) and the industrial SIC code.
I would like to identify "outlier" CAGR % (both max and min) for each SIC code, and also identify the companies with the max and min CAGR in order that these can potentially be excluded if required from final analysis.
Attached is an extract showing how the data is currently presented in Excel. The min/max/average are calculated using an Averageif/MaxIf/MinIf, and the company with the max/min CAGR looked up using an X-Lookup.
Can anyone help with a way to calculate the Min, Max and Average for each Industrial sector, and then how to identify the max/min companies? I am guessing the Summarize and then Fuzzy Match tool, but some guidance would be greatly appreciated.
David