79143638

Date: 2024-10-31 06:10:03
Score: 1
Natty:
Report link

Try to use OR instead AND

For the formula you provided:

=QUERY('Test'!A1:BM;"Select M, N, O, BK, AS where(M='Name' AND M='Names')")

Try using this approach instead:

=QUERY('Test'!A1:BM,"Select M, N, O where(M='Name' OR M='Names')")

Just make sure to adjust the range to fit your data values as needed.

Sample Output

Test

Reference

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Patsytalk