Marketo Marketing tool Question
The following is an example of a formula that could be used in a tool like Marketo to correct a date field that has been incorrectly populated: ● IF( ISNULL( Date_A ) , IF(ISNULL( Date_B ), TODAY() – Date_A , TODAY()) , Date_A) Using your own words, with the help of the definitions below, what does the above formula do? Definitions: ● IF(logical_test , value_if_true , value_if_false) Checks whether a condition is true, and returns one value if TRUE and another value if FALSE ● ISNULL(expression) Checks whether an expression is null and returns TRUE or FALSE ● TODAY() Returns the current date submitted by /u/CommercialSalt2924 [link] [comments]