I need to build logic for below statement:
If 2018 Favorability % is greater than 2017 Favorability %, and if 2018 Favorability % is greater than or equal to 70% and if the difference of Favorability percentages 0f 2018-2017 is greater than or equal to 10%, then “positive”, other than that “negative”. And if the difference of 2018 & 2017 percentages is less than 10% then “ignore”.
Below is a sample table of my scenario and I tried to justify why the reason of each outcome. Can you help with building the right logic/formula?
2017 Fav 2018 Fav Diff. Outcome Justification
80% 65% -15% Bad
45% 55% 10% Ignore
70% 85% 15% Good more than 70% and Diff is more than 10%
49% 53% 4% Ignore
65% 59% -6% Ignore
50% 60% 10% Ignore
55% 75% 20% Good more than 70% and Diff is more than 10%
70% 75% 5% Good more than 70%
50% 69% 19% Good more than 10% improvement and almost 70%
80% 79% -1% Good more than 70% improvement
79% 80% 1% Good more than 70% improvement
20% 49% 29% Bad yes, it's good improvement but it's less than 70%
47% 59% 12% Ignore
83% 80% -3% Good more than 70% improvement
74% 70% -4% Good 70% is good
74% 69% -5% Ignore
80% 70% -10% Ignore
85% 70% -15% Ignore
65% 70% 5% Good increased
64% 69% 5% Ignore
If 2018 Favorability % is greater than 2017 Favorability %, and if 2018 Favorability % is greater than or equal to 70% and if the difference of Favorability percentages 0f 2018-2017 is greater than or equal to 10%, then “positive”, other than that “negative”. And if the difference of 2018 & 2017 percentages is less than 10% then “ignore”.
Below is a sample table of my scenario and I tried to justify why the reason of each outcome. Can you help with building the right logic/formula?
2017 Fav 2018 Fav Diff. Outcome Justification
80% 65% -15% Bad
45% 55% 10% Ignore
70% 85% 15% Good more than 70% and Diff is more than 10%
49% 53% 4% Ignore
65% 59% -6% Ignore
50% 60% 10% Ignore
55% 75% 20% Good more than 70% and Diff is more than 10%
70% 75% 5% Good more than 70%
50% 69% 19% Good more than 10% improvement and almost 70%
80% 79% -1% Good more than 70% improvement
79% 80% 1% Good more than 70% improvement
20% 49% 29% Bad yes, it's good improvement but it's less than 70%
47% 59% 12% Ignore
83% 80% -3% Good more than 70% improvement
74% 70% -4% Good 70% is good
74% 69% -5% Ignore
80% 70% -10% Ignore
85% 70% -15% Ignore
65% 70% 5% Good increased
64% 69% 5% Ignore