Hi All, I have outlier check built in excel which i want alteryx to do (i am new to alteryx) so i have 100 plus clients and i need to check on monthly basis if my client has breached 2 SD and if there is breach it highlights in red, could someone help me to do the same in alteryx.
excel formula i am currently using is IFERROR((B27-AVERAGE(B$2:B27))/STDEVP(B$2:B27),"")
attached the spreadsheet for your reference.