Hello, I'm trying to create a search box in a spreadsheet with hundreds and sometimes thousands of data:
This is what I'm using now and it works perfect IF I convert all the values of B to numbers (Values of the column B are obtained through a formula which provides then 4 digits, 1234 for example).
Is there any way to add to the Filter formula to use the numbers in the cell? I have dozens of spreadsheets that need to be updated from time to time, that's why I'm trying to avoid the converting to number option.
Can provide a small spreadsheet example if necessary and sorry if it's a stupid question.
Thanks!
Excel Formula:
=FILTER(B12:N2004,B12:B2004=C2)
This is what I'm using now and it works perfect IF I convert all the values of B to numbers (Values of the column B are obtained through a formula which provides then 4 digits, 1234 for example).
Is there any way to add to the Filter formula to use the numbers in the cell? I have dozens of spreadsheets that need to be updated from time to time, that's why I'm trying to avoid the converting to number option.
Can provide a small spreadsheet example if necessary and sorry if it's a stupid question.
Thanks!