Forum Discussion
if statement Plus Count
I have two columns:
Actual Planned CountTheRow
P1 10 2 1
P2 6 10 1
P3 5 1
P4 12 1
I would normally use something like this:
if(isnum(Actual),1,if(isnum(Planned),1))
So if P1 has either a Planned or an Actual amount - the row is counted,
Also: wh is it so hard to type into this section? Tab and returns are odd???
Jo
7 Replies
- amitchandakSuper User
Anonymous , Create a new column like
if(not(isblank([Actual])) || not(isblank([Planned])),1,0)
- AnonymousNot applicable
Hi Anonymous
You could do
IF( NOT( ISBLANK( [Actual] ) ) || NOT( ISBLANK( [Planned] ) ) ,1 ,0)
- AnonymousNot applicable
Thank you - this is very strange - I am translated into Spanish? And I cannot press tab or enter ... I think it is because I am the opposite part of the globe?
Already- AnonymousNot applicable
Hi Anonymous ,
Every post here is translated from english to spanish and vis-a-varsa.
Your post is also in english. Click the icon
on top right of this window you will see both posts. Right now there is no way to switch of spanish.