lite4d
Board Regular
- Joined
- Jan 25, 2010
- Messages
- 58
I using the below formula to count records in another sheet based on dates. I keep getting the #N/A! error because I am referencing the whole M:M column becuase more data will be added periodically. When I use a specific set of cells in M:M it works. Is ther a way around using specific cells?
=SUMPRODUCT((TEXT('CPJZ GI'!M:M,"mmm-yyyy")=TEXT(C2,"mmm-yyyy"))*('CPJZ GI'!E:E<=4))
=SUMPRODUCT((TEXT('CPJZ GI'!M:M,"mmm-yyyy")=TEXT(C2,"mmm-yyyy"))*('CPJZ GI'!E:E<=4))