Excel - How to sum all hours that match one condition in another plan? -
i trying worksheet save work-logs.
by now, problem:
i have these 2 plans:
my table in activities-plan:
and trying in results-plan:
how sum [@[total (hours)]] where [@[year-month]] matches [@[year-month]] of both plans?
thanks in advance.
edit
the results based on @amit answer:
new test:
the results:
use formula cell:
=sumif(table1[year-month],[@[year-month]],table1[total (hours)])
Comments
Post a Comment