excel - Sum value If date are between multiple range of dates (matrix) -


excel print

hello,

i need sum values on column d if date on cell a2 inside range e2:f5 (matrix?).

for example on picture (excel print) result 6 (1+5).

any help?

sumifs() formula use:

=sumifs(d:d,e:e,"<=" & a2,f:f,">=" &a2) 

enter image description here


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -