OVH Cloud OVH Cloud

Equating from a range

2 réponses
Avatar
al_m7mas
How can you use the AND comand to express the following:
return the value TRUE if
A1 equals any values in B3:Y6
AND
E6 equals any value in N7:Y20

Thanks

2 réponses

Avatar
Pounet95
Hello John,
Here is the french forum for Excel >>>>> microsoft.public.fr.excel
If you want a correct answer, see the >>>> microsoft.public.excel

And in France, First we say 'Bonjour', after we explain our problem and to
finish we say 'Merci'
Have a good day
Bye
--
Pounet95
on trouve tout ( ou presque ) http://www.excelabo.net/
"John" a écrit dans le message de news:

How can you use the AND comand to express the following:
return the value TRUE if
A1 equals any values in B3:Y6
AND
E6 equals any value in N7:Y20

Thanks


Avatar
Frédéric Sigonneau
Hi,

Something like :

=AND((COUNTIF(B3:Y6,A1)>=1),(COUNTIF(N7:Y20,E6)>=1))

FS
---
Frédéric Sigonneau [MVP Excel - né un sans-culottide]
Gestions de temps, VBA pour Excel :
http://frederic.sigonneau.free.fr
Si votre question sur Excel est urgente, évitez ma bal !

How can you use the AND comand to express the following:
return the value TRUE if
A1 equals any values in B3:Y6
AND
E6 equals any value in N7:Y20

Thanks