adding up formula

jimjim001

New Member
Joined
Jan 8, 2022
Messages
13
Office Version
  1. 365
Platform
  1. MacOS
So, using google sheets for work. I am trying to get a formula that says either YES or NO, based on the following:

column E has a drop down option of (1,3,6,12 and 18)
columns J,K,L and M each have a drop down option of YES or NO

If column E has a 12 or an 18 selected, and then J,K,L and M all have a YES > then make column Q say YES
Otherwise, if any of those is not met, then make column M say NO

Image attached.

Any help would be greatly appreciated

TIA!
 

Attachments

  • Screen Shot 2022-01-11 at 9.35.40 pm.png
    Screen Shot 2022-01-11 at 9.35.40 pm.png
    56.9 KB · Views: 12

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
=IF ( AND ( J2 = "YES" , K2 = "YES", L2 = "YES", M2 = "YES" , OR ( E2 = 12 , E2 = 18 )) , "Yes", "No")
not sure what row this applies to , so change 2 to the row you want
 
Upvote 0
I have to use google sheets as the boss wants to use that. So in google sheets. But ive found this community really helpful and all the formula's typically carry over anyway!
 
Upvote 0
I think the question came up because you posted it in the wrong forum (you posted it in the "Excel Questions" forum).
I have moved it to the "General Discussion & Other Applications" forum. Note the description on that one:


General Discussion & Other Applications

This forum is for discussion about any application & for questions about applications other than Excel or Access.
This is also the place to ask about other spreadsheet programs (e.g. Google Sheets), book suggestions, or other websites.
 
Upvote 0
I think the question came up because you posted it in the wrong forum (you posted it in the "Excel Questions" forum).
I have moved it to the "General Discussion & Other Applications" forum.
Thanks for moving it Joe. Of course that's exactly why I asked. (y)
 
Upvote 0

Forum statistics

Threads
1,223,365
Messages
6,171,654
Members
452,415
Latest member
mansoorali

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