Dear All,
Thanks for a great forum.
I have trawled the internet and found nothing I can relate to my problem.
I have a quarterly report for PS returns.
I have the following code to count if [DTYPNUMBCO] = "0013" etc.
But I want to count if the [DTYPNUMBCO] = 0013 or if the PPA is Y or if EIA = "Y" or if the Ext = "Y"
so I want it to definitely test if it is the correct [DTYPNUMBCO] but the other counts are optional [PPA]/[EIA]/[ExtTime] (only if the condition is met)
Any help would be really appreciated
Thank you,
Kind regards
Triacona
Thanks for a great forum.
I have trawled the internet and found nothing I can relate to my problem.
I have a quarterly report for PS returns.
I have the following code to count if [DTYPNUMBCO] = "0013" etc.
But I want to count if the [DTYPNUMBCO] = 0013 or if the PPA is Y or if EIA = "Y" or if the Ext = "Y"
Code:
=Count(IIf([DTYPNUMBCO]="0013",IIf([PPA]="Y",IIf([EIA]="Y",IIf([ExtTime]="Y",0)))))
Any help would be really appreciated
Thank you,
Kind regards
Triacona