I need the right formula

zinah

Active Member
Joined
Nov 28, 2018
Messages
353
Office Version
  1. 365
Platform
  1. Windows
Questions
2016 Favorability
Standard Deviation
2017 Favorability
Standard Deviation
2018 Favorability
Standard Deviation
Result
Q1
66.5%
1.15
45.2%
1.8
30.0%
0.9
if 2016 fav% less than 50% and Std. Dev. greater than 1, "Actionable", and if 2017 fav% less than 50%, std.dev. greater than 1, Actionable, if 2018 fav% less than 50% and std.dev. greater than 1,Actionable, if not "non actionable"

<tbody>
</tbody>

Hi,

I have survey questions of 3 years and I need to take actions based on items/questions based on above mentioned result. Can you please help?


Thanks
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Welcome to Mr Excel forum

Maybe this
=IF(OR(AND(B2<0.5,C2>1),AND(D2<0.5,E2>1),AND(F2<0.5,G2>1)),"Actionable","Non Actionable")

Hope this helps

M.
 
Upvote 0
Thanks a million Marcelo for your super prompt action! it's my first thread and I believe it won't be the last if I get such a prompt answer :)
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,559
Latest member
MrPJ_Harper

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top