Forum Discussion
mork
10 years agoHelper V
Create column with true/false for previous month
Hello, I have a column with dates in the following format: d/m/yyyy How can I create a calculated column that has as values true for every entry that is on the previous month and false for t...
Ashish483501
10 years agoFrequent Visitor
@mork I'm not sure about this. bt try this it may work
if(month(date)=month(date)-1,"True","False")