Skip to main content
Hazel Nut (test) ha fatto una domanda in #Data Management
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 risposte
  1. 23 apr 2021, 08:58
    Can you please explain your case what you want get from this formula?
0/9000