Is there an easier way than this If(AND)?

Cease

Board Regular
Joined
Dec 28, 2010
Messages
112
Hey, I'm sure there's a better way, but I cannot find the syntax.

My current formula goes a little like this:

=if(and(j14>1,j15>1,j16>1,j17>1,j18>1,j19>1),"Meets","DNQ")

I just can't seem to group them together right.

Thanks in advance for any advice/direction!
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Rock on, that does it.

On another note (I could definitely be mistaken) I feel I've seen similar things with brackets that group a range or array that are to be set against the same criteria together. Any direction where I can find more info how those work out?

Thanks so much for a killer solution so fast. I really appreciate it!
 
Upvote 0
Its called creating an Array Formula. They are quite efficient, but if you were checking a large range, as in thousands of items it can take a little longer to calculate. Essentially you are checking all your values to see if it meets one criteria, theres many other types as well where you might be checking if any value in an array meets criteria, or use to extract unique entries....too many uses to mention really.

A good place to study is this forum, use the search box and you'll see theres loads of other uses
 
Upvote 0
Great to know, thanks Scottylad. I missed your first post, I guess I was writing my reply when you posted yours.

Yeah this forum is full of so much information, thanks to all you guys who know that help us newbies out as much as you do!

Thanks again and have a good one!
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,738
Members
452,940
Latest member
Lawrenceiow

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