Skip to main content
BLD Admin 님이 #Sales And Marketing에 질문했습니다
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일 오후 3: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