IF AND SharePoint Calculated Field -
i have been researching , have found several different iterations of formula, can't mine work. trying create if/and formula in calculated field. trying show data based on 3 criteria.
- if create date greater month 2 , less month 8
october 1 - if account change type
immediate: error or business casemonth([createdate])+1,1. - otherwise
march 1
this formula have:
=if(and([created]>2,[created]<8),"october 1",if([account change type]="immediate: error or business case"),"asap","march 1")) these forums have looked @ , still can't it:
the simple answer pops mind have parentheses @ end of formula. if want test these formula syntax wise, put them in excel.
if you're having issue beyond that, can provide error or specific symptom of sort?
Comments
Post a Comment