Skip to main content

I am trying to pull a number (year up to a tenth) in a formula using a date field.  

 

IF(ISBLANK(Pump_End_1st_Rebuild__c),(TODAY()- Ship_Date__c)/365, NULL)

2 件の回答
  1. 2024年8月20日 21:17

    The more I think about this, the less it makes sense.

    Can you give us examples of Ship Date and what you would expect the formula to return against today's date?

0/9000