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