Forum Discussion
Anonymous
5 years agoNot applicable
Need help on Nested IF condition
Hi I wish to map word "Increased By" & Decreased By" according to it's occurance in file . please help Excel Data
ryan_mayu
5 years agoSuper User
Anonymous
is this what you want?
Column =
VAR last=maxx(FILTER('Table','Table'[Index]=EARLIER('Table'[Index])-1),'Table'[% Diff])
return if(ISBLANK(last),"increased by",if(last<'Table'[% Diff],"increased by","decreased by"))
pls see the attachment below
Anonymous
5 years agoNot applicable
Thank you for your quick response,
All down trangle should be show as "Decreased By" and up trangle should show "Increased By"
Please help on this
Thanks again