Hi,
I'm just trying to solve a dynamic problem to find a value in a row of a table.
The situation is this. First, I've got to find the row of a table where a value is, and that is solved using the function MATCH. Once I know that I have to find a value in the row returned by the MATCh function I've got to find an specific value in that row. Would you please help me?
Table is a matrix from A1 to D23
I find the value I'm looking for in an specific column of that table MATCH(searchValue,Table[column],0)
Once I know the row of the whole Table where looking for, how can I find if an specific value is in that row?
For example I select a date and an employee and I want to find if an user has been working in that date. The users are in a column of the table, and all the other columns are dates, and I have to find if an specific user has been working in an specific date
Thanks in advance
Regards
Karmelo
I'm just trying to solve a dynamic problem to find a value in a row of a table.
The situation is this. First, I've got to find the row of a table where a value is, and that is solved using the function MATCH. Once I know that I have to find a value in the row returned by the MATCh function I've got to find an specific value in that row. Would you please help me?
Table is a matrix from A1 to D23
I find the value I'm looking for in an specific column of that table MATCH(searchValue,Table[column],0)
Once I know the row of the whole Table where looking for, how can I find if an specific value is in that row?
For example I select a date and an employee and I want to find if an user has been working in that date. The users are in a column of the table, and all the other columns are dates, and I have to find if an specific user has been working in an specific date
Thanks in advance
Regards
Karmelo