I would like your step by step input on how to automate this excel formula of a column using Alteryx.
'=SUMIFS('Fact'!AE:AE,'Fact'!E:E,1,'Fact'!AE:AE,NUMBERVALUE(AG2))
Where Fac is another excel sheet in the same workbook, AE and E are columns in Fac and AG2 is another column in the worksheet in which the formula is written.
Thanks.