0
I have a database with the following information:
I need to represent this information in graphic, and the need arose to create a query to search the values according to the selected week and month.
For this, I used the formula INDEX in the Plan/Project column to return the plan name (Ex: "NA1_0835_021_REV1_9") and then used PROCV to fetch the values corresponding to each plan/project.
My problem: How to search ALL the Plans for Week 1 of 2018, but I don’t know how to indicate where the LINES start and end within the matrix selected to compose the formula INDEX
=INDICE(MATRIZ;NUMERO_LINHA;NUMERO_COLUNA
Another difficulty is to automate the query according to the YEAR and WEEK, where I can link these filters within the query?