Hello, I am trying to calculate data from another sheet based on some criteria. I want to search and match the name of the first list with a second one in another sheet, then from the second list (which is Table)
I have 2 sheets, first one has the annual Dashboard of all employees (365 days) and there are symbols that separates type of leave, for example U is unpaid or S is sick etc, the second is a table, with employees names at the first column
and in the rest columns are vacation types, (Column2 = Unpaid, Column3 = Sick etc) and I want to count per employee and per vacation type their leaves. Finaly I want on the second sheet to contain my company's employees name and the totals of every vacation
type.
So, I tried using INDEX and MATCH to find employee and with a simple IF function (cause the 2 tables are identically) was easy to bring the final count.
But, after this video ( https://www.youtube.com/watch?v=fDB1Ktyhp3Y ) I tried to make a Drop down list with our company's Departments and when I select the department filters the first column and shows me only selected department's
employees, but, the count function did never work.
I will appreciate your help on this. Thank you very much.
Here is a picture of my project, it is in Greek but I added some comments to help.
