Ronderbecke
Board Regular
- Joined
- Oct 4, 2017
- Messages
- 73
Currently, I am trying to count all the fields that have a date (some have links inserted to them and some don't) and I am getting an error message. My formula is:
=SUMPRODUCT(--(MOD(COLUMN(H12:FB)-COLUMN(H12),7)=0),--(LEN(H12:FB)>0),ISTEXT(H12:FB)+ISNUMBER(H12:FB))
the error it's giving me is this:
ErrorSUMPRODUCT has mismatched range sizes. Expected row count: 1. column count: 151. Actual row count: 989, column count: 151.
Is there a way to count every nth column but counting the full row as well? It looks like it wants me to simply count only 1 row?
=SUMPRODUCT(--(MOD(COLUMN(H12:FB)-COLUMN(H12),7)=0),--(LEN(H12:FB)>0),ISTEXT(H12:FB)+ISNUMBER(H12:FB))
the error it's giving me is this:
ErrorSUMPRODUCT has mismatched range sizes. Expected row count: 1. column count: 151. Actual row count: 989, column count: 151.
Is there a way to count every nth column but counting the full row as well? It looks like it wants me to simply count only 1 row?