excel - SUMIFS based on name and date range -
i'm trying formula sum values on cells based on 2 criteria, date range , name.
column contains date, column b contains text, column c contains employee name, need sum on different ws values column e "qty" based on criteria column h "date" , column c "employee name", column d contains text, column e contains number (this 1 need add up), column f contains employee #, column g contains number , column h contains date. rows go 2 100.
i've tried vlookup find "employee name" , sumifs date range i've been unable combine both formulas desired result.
as example need sum "qty" employee "jones, mary" during month of march , come result = 5.
with march 1, 2015 in a1, jones, mary in b1 , 'different ws' called sheet2, try,
=sumifs('sheet2'!e:e, 'sheet2'!f:f, b1, 'sheet2'!h:h, ">="&a1, 'sheet2'!h:h, "<"&edate(a1, 1))
Comments
Post a Comment