Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9786

How to get total salary from each month from date?

$
0
0

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

enter image description here


Viewing all articles
Browse latest Browse all 9786

Trending Articles