I'm trying to sum data based on a phone time for a person between two dates.
I'm returning a blank value in the cell currently and can't figure out why. I've watched multiple videos to find a solution and i must be missing something.
Formula: =IFERROR(SUMIFS(DATA!$BG:$BG,DATA!$E:$E,">="&$C$1,DATA!$E:$E,"<="&$AM$1,DATA!$A:$A,"="&A3),"")
DATA!BG:BG = Phone time
DATA!E:E = Date column
C = First Date
AM = Last Date
DATA!A:A = Name range
A3 = Name
I'm returning a blank value in the cell currently and can't figure out why. I've watched multiple videos to find a solution and i must be missing something.
Formula: =IFERROR(SUMIFS(DATA!$BG:$BG,DATA!$E:$E,">="&$C$1,DATA!$E:$E,"<="&$AM$1,DATA!$A:$A,"="&A3),"")
DATA!BG:BG = Phone time
DATA!E:E = Date column
C = First Date
AM = Last Date
DATA!A:A = Name range
A3 = Name