Comment puis-je faire en sorte que la fonction de recherche parcoure plusieurs colonnes ?
=(FILTER(P1:Y500,search(F5(T1:T500)+(U1:U500))))
=(FILTER(P1:Y500,search(F5(T1:T500+U1:U500))))
=(FILTER(P1:Y500,search(F5(T1:U,U1:U))))
=(FILTER(P1:Y500,search(F5,T1:U+U1:U)))
Ceux-ci ne fonctionnent évidemment pas, mais je ne peux pas comprendre. Toute aide serait très appréciée.
Solution du problème
essayer:
=FILTER(P1:Y500; REGEXMATCH(T1:T500&U1:U500; F5&""))
Aucun commentaire:
Enregistrer un commentaire