I need to calculate the 25th and 75th percentiles according to a certain formula used in Excel. Note, this is different than the normal calculation that is being utilized by the Summarize Tool. The Excel formula is as follows:
IF(C15=0,#N/A,IF(MOD(C15,4)=0,AVERAGE(LARGE(C4:C13,CEILING(C15/4,1)),LARGE(C4:C13,CEILING(C15/4,1)+1)),LARGE(C4:C13,CEILING(C15/4,1))))
I know the LARGE and CEILING functions do not exist in Alteryx but I was curious if anyone had any ideas on how to put this Excel formula into Alteryx. I have been seeing some threads on using the Tile tool to calculate quartiles but I'm not quite sure how that works.
Thanks!