<?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( Opportunity__r.RecordTypeId ="01210000000QekK", 
 | 
  
 | 
IF(month(Forecast_shipping_day__c) = 4,"PA:4月(1Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 5,"PA:5月(1Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 6,"PA:6月(1Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 7,"PA:7月(2Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 8,"PA:8月(2Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 9,"PA:9月(2Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 10,"PB:10月(3Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 11,"PB:11月(3Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 12,"PB:12月(3Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 1,"PB:01月(4Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 2,"PB:02月(4Q)",  
 | 
IF(month(Forecast_shipping_day__c) = 3,"PB:03月(4Q)",  
 | 
"")  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
)  
 | 
), 
 | 
  
 | 
IF(month(CloseDate__c) = 4,"PA:4月(1Q)",  
 | 
IF(month(CloseDate__c) = 5,"PA:5月(1Q)",  
 | 
IF(month(CloseDate__c) = 6,"PA:6月(1Q)",  
 | 
IF(month(CloseDate__c) = 7,"PA:7月(2Q)",  
 | 
IF(month(CloseDate__c) = 8,"PA:8月(2Q)",  
 | 
IF(month(CloseDate__c) = 9,"PA:9月(2Q)",  
 | 
IF(month(CloseDate__c) = 10,"PB:10月(3Q)",  
 | 
IF(month(CloseDate__c) = 11,"PB:11月(3Q)",  
 | 
IF(month(CloseDate__c) = 12,"PB:12月(3Q)",  
 | 
IF(month(CloseDate__c) = 1,"PB:01月(4Q)",  
 | 
IF(month(CloseDate__c) = 2,"PB:02月(4Q)",  
 | 
IF(month(CloseDate__c) = 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> 
 |