Skip to main content
Hi

 

I have a formula field whose return type is boolean. the current formula is IF( ISBLANK( field1__c ), true, IF(( TODAY() - field1__c ) < 60, true, false)) . I need to add another if statement for a field2__c which is a text field. How do i add that? TIA
5 respostas
  1. 23 de abr. de 2021, 08:58
    Can you please explain your case what you want get from this formula?
0/9000