Skip to main content
Hazel Nut (test) 님이 #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개
  1. 2021년 4월 23일 오전 8:58
    Can you please explain your case what you want get from this formula?
0/9000