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:

enter image description here

my table in activities-plan:

enter image description here

and trying in results-plan:

enter image description here

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:

enter image description here

the results:

enter image description here

use formula cell:

=sumif(table1[year-month],[@[year-month]],table1[total (hours)]) 

Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -