Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a chart and it shows years from 2005 to 2020, how do I narrow this down to show only 2015 or 2015-2020
I have tried =year(competition. start date) = '2015' and it does not work. Appreciate any help.
Thank you
Thank you all for you comments and ideas, it is much appreciated. I used =If(Year([Opportunity.Anticipated Close Date]) >= 2015, Year([Opportunity.Anticipated Close Date]))