Forum Discussion
Anonymous
6 years agoNot applicable
if statement Plus Count
I have two columns: Actual Planned CountTheRow P1 10 2 1 P2 6 10 1 P3 5 1 P4...
Anonymous
6 years agoNot applicable
Hi Anonymous
You could do
IF( NOT( ISBLANK( [Actual] ) ) || NOT( ISBLANK( [Planned] ) ) ,1 ,0)