Callaghan86
New Member
- Joined
- Feb 14, 2017
- Messages
- 15
Can someone help me with this formula please?
Essentially "Overview!B*" is the period, and "Overview!D*" is the date.
I know for a fact that the return value for the IF(AND) is TRUE, but when I evaluate it, it's saying it's FALSE.
=IF(AND(Overview!$D$11:$D$193=TODAY(),Overview!$B$11:$B$193=B10),SUMIFS(Overview!$K$11:$K$193,Overview!$B$11:$B$193,B10,Overview!$D$11:$D$193,"<"&TODAY()),SUMIFS(Overview!$K$11:$K$193,Overview!$B$11:$B$193,B10))
The first step of the evaluation is:
IF(AND(42662=42810). These 2 numbers obviously don't match.
The D column is a list of dates for an entire year. Why is it not finding today's value?
The SUMIFS can be disregarded, as I know these will work. It's the first step of the evaluation that is the problem.
Essentially "Overview!B*" is the period, and "Overview!D*" is the date.
I know for a fact that the return value for the IF(AND) is TRUE, but when I evaluate it, it's saying it's FALSE.
=IF(AND(Overview!$D$11:$D$193=TODAY(),Overview!$B$11:$B$193=B10),SUMIFS(Overview!$K$11:$K$193,Overview!$B$11:$B$193,B10,Overview!$D$11:$D$193,"<"&TODAY()),SUMIFS(Overview!$K$11:$K$193,Overview!$B$11:$B$193,B10))
The first step of the evaluation is:
IF(AND(42662=42810). These 2 numbers obviously don't match.
The D column is a list of dates for an entire year. Why is it not finding today's value?
The SUMIFS can be disregarded, as I know these will work. It's the first step of the evaluation that is the problem.