Hi All,
I'm creating a custom filter where it lists the data based on the criteria selection in a pull down menu. The custom filter seems to be working when all the data is in the same sheet.
But now I want to move the source data into sheet2 and the pull down menu and show filtered data on sheet1. I'm using the index function and it is now working. Please take a look at the IFERROR INDEX function below and let me know what is wrong?
IFERROR(INDEX(Sheet2!C2:E21,C3,COLUMNS($C$3:C3)),"")
I got this sample code from the internet and is there a better way to create a custom filter?
I'm creating a custom filter where it lists the data based on the criteria selection in a pull down menu. The custom filter seems to be working when all the data is in the same sheet.
But now I want to move the source data into sheet2 and the pull down menu and show filtered data on sheet1. I'm using the index function and it is now working. Please take a look at the IFERROR INDEX function below and let me know what is wrong?
IFERROR(INDEX(Sheet2!C2:E21,C3,COLUMNS($C$3:C3)),"")
I got this sample code from the internet and is there a better way to create a custom filter?