<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>PA_PB__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(month(today()) = 4,"PA:4月(1Q)",  
 | 
IF(month(today()) = 5,"PA:5月(1Q)",  
 | 
IF(month(today()) = 6,"PA:6月(1Q)",  
 | 
IF(month(today()) = 7,"PA:7月(2Q)",  
 | 
IF(month(today()) = 8,"PA:8月(2Q)",  
 | 
IF(month(today()) = 9,"PA:9月(2Q)",  
 | 
IF(month(today()) = 10,"PB:10月(3Q)",  
 | 
IF(month(today()) = 11,"PB:11月(3Q)",  
 | 
IF(month(today()) = 12,"PB:12月(3Q)",  
 | 
IF(month(today()) = 1,"PB:01月(4Q)",  
 | 
IF(month(today()) = 2,"PB:02月(4Q)",  
 | 
IF(month(today()) = 3,"PB:03月(4Q)",  
 | 
"")  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>PA・PB</label> 
 | 
    <required>false</required> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |