Jakboi
Death by Access
- Local time
- Today, 09:11
- Joined
- Nov 20, 2006
- Messages
- 303
Hello,
I am trying to count column items that are not blank, how would I do that?
Where the "?" are I would like for it to tally up the non blank cells in the columns.
=Sum(IIf([CLASSIFICATION]="Preliminary" And [PROD1]="?" Or [PROD2]="?" Or [PROD3]="?",1,0))
Thanks.
I am trying to count column items that are not blank, how would I do that?
Where the "?" are I would like for it to tally up the non blank cells in the columns.
=Sum(IIf([CLASSIFICATION]="Preliminary" And [PROD1]="?" Or [PROD2]="?" Or [PROD3]="?",1,0))
Thanks.