I have been researching this and I have found several different iterations of the formula, but I just can't get mine to work. I am trying to create an if/and formula in a calculated field. I am trying to show data based on three criteria.
- If the create date is greater than month 2 and less than month 8 then
OCTOBER 1
- If the account change type is
Immediate: Error or Business Case
thenMONTH([CreateDate])+1
and1
. - Otherwise
MARCH 1
This is the formula I have:
=IF(AND([Created]>2,[Created]<8),"OCTOBER 1",IF([Account Change Type]="Immediate: Error or Business Case"),"ASAP","MARCH 1"))
These are the forums I have looked at and still can't get it: