I always find it confusing to create formulas with dates. Especially when the formulas have different date formats. Any help or places for me to learn more how to manage dates is very much appreciated.
Here's my specific problem:
Formula:
SUMIFS('[GOS 8-12-13.xlsx]GOS - Detail(1)'!$AB:$AB,'[GOS 8-12-13.xlsx]GOS - Detail(1)'!$E:$E,$D$3,TEXT('[GOS 8-12-13.xlsx]GOS - Detail(1)'!$Y:$Y,"yyyy"),Year($D$1,"yyyy"))
The last part of the formula is giving trouble.
GOS Detail $Y:$Y is structured like this:
02/22/2013
02/22/2013
02/22/2013
03/01/2013
03/08/2013
D1 is structured like this:
01/01/2013
I want the last part of the formula to consider summing the sum data if year is 2013.
Thanks for the assistance.
Here's my specific problem:
Formula:
SUMIFS('[GOS 8-12-13.xlsx]GOS - Detail(1)'!$AB:$AB,'[GOS 8-12-13.xlsx]GOS - Detail(1)'!$E:$E,$D$3,TEXT('[GOS 8-12-13.xlsx]GOS - Detail(1)'!$Y:$Y,"yyyy"),Year($D$1,"yyyy"))
The last part of the formula is giving trouble.
GOS Detail $Y:$Y is structured like this:
02/22/2013
02/22/2013
02/22/2013
03/01/2013
03/08/2013
D1 is structured like this:
01/01/2013
I want the last part of the formula to consider summing the sum data if year is 2013.
Thanks for the assistance.