Hi All - I am new to Alteryx i am trying to do small calculation using alteryx. I want help in designing work flow. I have monthly data which i need to annualized returns every month - the formula used in excel is
{=PRODUCT(C$2:C14+1)^(12/COUNT(C$2:C14))-1}
I need a summary of data in below format which is were i am stuck and this table will be updated on month to month basis as when the data gets added to input columns
| | 1 Mo (%) | 3 Mo (%) | YTD (%) | 1YR (%) | 3YR (%) | 5YR (%) | 7 YR (%) | 10 YR (%) | SI (%) |
| Input 1 | | | | | | | | | |
| Input 2 | | | | | | | | | |
| Input 3 | | | | | | | | | |
| Input 4 | | | | | | | | | |
I want 1 month data to be latest data example= Nov month returns and rest with formula