I need the right formula

zinah

Active Member
Joined
Nov 28, 2018
Messages
368
Office Version
  1. 365
Platform
  1. Windows
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Questions
[/TD]
[TD]2016 Favorability
[/TD]
[TD]Standard Deviation
[/TD]
[TD]2017 Favorability
[/TD]
[TD]Standard Deviation
[/TD]
[TD]2018 Favorability
[/TD]
[TD]Standard Deviation
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]Q1
[/TD]
[TD]66.5%
[/TD]
[TD]1.15
[/TD]
[TD]45.2%
[/TD]
[TD]1.8
[/TD]
[TD]30.0%
[/TD]
[TD]0.9
[/TD]
[TD]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"
[/TD]
[/TR]
</tbody>[/TABLE]

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

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
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,224,820
Messages
6,181,160
Members
453,021
Latest member
Justyna P

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