Hello!
I'm hoping to find some guidance how to incorporate all of the below attributes into one formula. I have stats for Year1, and Year2 that I divide, truncate to avoid any outliers, and in this case, need to find how to incorporate an absolute va(((lue of a result.
Example earnings estimates:
Year1 Year2
-$0.81 -$0.39
Using these stats to calculate y/y growth, my current formula that also incorporates truncating at 70 / -70 to remove outliers is:
=IF(((Year2/Year1))-1>0.7,0.7, IF((Year2/Year1)-1)<-0.7,-0.7,(Year2/Year1)-1)))*100
However, even though both years are negative, Year2 shows an improvement, so we want to show a positive growth result.
=(-$0.39/-$0.81)-1 = -0.52; which is not ideal and managers want to see a positive number to reflect the 'improvement nature".
How can I incorporate an ABS condition into the above IF formula?
See enclosed scenarios for added depth.
Thank you so much for any insights!
I'm hoping to find some guidance how to incorporate all of the below attributes into one formula. I have stats for Year1, and Year2 that I divide, truncate to avoid any outliers, and in this case, need to find how to incorporate an absolute va(((lue of a result.
Example earnings estimates:
Year1 Year2
-$0.81 -$0.39
Using these stats to calculate y/y growth, my current formula that also incorporates truncating at 70 / -70 to remove outliers is:
=IF(((Year2/Year1))-1>0.7,0.7, IF((Year2/Year1)-1)<-0.7,-0.7,(Year2/Year1)-1)))*100
However, even though both years are negative, Year2 shows an improvement, so we want to show a positive growth result.
=(-$0.39/-$0.81)-1 = -0.52; which is not ideal and managers want to see a positive number to reflect the 'improvement nature".
How can I incorporate an ABS condition into the above IF formula?
See enclosed scenarios for added depth.
Thank you so much for any insights!