A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try
=FILTER(H6:J18, BYROW(H6:J18, LAMBDA(rw, COUNTIF(rw, "*"&C2&"*"))), "")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
quite new to excel, so wondered if anyone can help
i had added a search text box and coded as below
=FILTER(H6:J18,ISNUMBER(SEARCH(C2,H6:H18)),"None")
But i ideally want to be able to search under any column to bring back the results, can anyone help and see what im ding wrong
tia
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Try
=FILTER(H6:J18, BYROW(H6:J18, LAMBDA(rw, COUNTIF(rw, "*"&C2&"*"))), "")
hi hans
its stopped working on searching the other colums and im getting a message spill when i do.
still searched on main column but nothing else
using the below. any odeas please
=FILTER(H6:I30, BYROW(H6:I30, LAMBDA(rw, COUNTIF(rw, "*"&C2&"*"))), "")
hi Hans, dont worry thankyou what you have done is great.
just one question i have the text"spill" any ideas what thats for please
What do you mean by "any partial text"?
thanks Hans works perfect.
just pushing it once more is there a way to serach by any partial text in any colun?