Hello All,
I have a list in which contain a column called CardYears(choice data type, check boxes)
This field can hold multiple year values as check boxes(like 2013,2012,2011.. etc).
I want to create a calculated column next to this CardYear column and in the new colum(eg:NewCalCol)
this column should have a forumala to verify that whether it holds previous year values other than 2013 ( eg: 2012,2011 etc).
If it has other year values other than "2013" then the calculated field should display YES or it has to show No
is it possible to do?
I added a calculated column and tried to put the formula like this but I am getting error, somebody please advice me
how I can move ahead
Column name : NewCalCol
formula:=[CardYears] < 2013
data type: yes/no
Note:
Column "CardYears" not appering in the insert colum list near to formula box