Use of And(Cond1,Cond2) in Contol Array Entered Formulas

H

Harlan Grove

Can this be done?
Or do you need to know more (specifics)?

If you mean something like

=IF(AND({1,2,3,4}<=2,{1,3,2,4}<=2),{9,8,7,6})

with the result being (pseudosyntax) {9,FALSE,FALSE,FALSE}, then no. To do that
you'd need to use

=IF(({1,2,3,4}<=2)*({1,3,2,4}<=2),{9,8,7,6})
 
H

Harlan Grove

JMay said:
Thanks Harlan; Does your No 2 illustration need to be entered Ctr+Sft+Enter?
....

Yes, array-entered into a range of corresponding shape and size.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top