brandybartz
New Member
- Joined
- Feb 28, 2017
- Messages
- 14
I have the below existing formula that I need to now add a second section to tell it to match to values in a different workbook and am not sure how to structure the formula.
Existing formula
=SUMIFS($U6:$BU6,$U$2:$B$2,">="&$D6,$U$2:$BU2,"<="&$E6)
New formula
=SUMIFS(MATCH $C2, NEW WORKSHEET RANGE, $U:$B),".="&$D6,NEW WORKSHEET RANGE $U$2:$BU$2,"<="&$E6)
Existing formula
=SUMIFS($U6:$BU6,$U$2:$B$2,">="&$D6,$U$2:$BU2,"<="&$E6)
New formula
=SUMIFS(MATCH $C2, NEW WORKSHEET RANGE, $U:$B),".="&$D6,NEW WORKSHEET RANGE $U$2:$BU$2,"<="&$E6)