Skip to main content
I want to use the standard opportunity field (CloseDate) to then create a field where the calendar quarter will be calculated and show in a format such as Q1-2018.

 

I'm running professional edition and struggling to get the formula to populate the correct way.

 

I've removed my field and am ready to start from scratch. Any help will be appreciated!
1 个回答
  1. 2017年10月19日 15:11

    Hi the formula will be as below

    "Q"+TEXT(CEILING(MONTH(CloseDate)/3))+"-"+TEXT(YEAR(CloseDate))

    make sure the formula return type is text

     

     
0/9000