Given that image below, B is date in format [month/day/year] and salary.
From that date, can we total up salary from specific month in yellow table?
For instance, we want the total number of salary from white table, how to do it without adding one by one?
I suspected that we use something like, (if the month of the date is january, take that value of the salary).
Thank you
