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.

  1. if create date greater month 2 , less month 8 october 1
  2. if account change type immediate: error or business case month([createdate])+1 , 1.
  3. 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:

stack overflow

social technet

stackexchange

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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -