FavoriteLorena Alfonso asked in #FormulasApr 1, 2022, 6:36 PMHelp with FormulaI'm trying to create a formula field that has the value of 1. If FieldA = 0 Then FormulaField = 0If FieldA = 1 or More Then FormulaField = 1 Can someone please help me with this. Thank you,2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerSarang Boda (SurveyVista by Ardira)Apr 3, 2022, 12:39 PMHi @Lorena AlfonsoYour formula field would be:IF(FieldA = 0, 0 , 1 )Thank you!Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerSarang Boda (SurveyVista by Ardira)Apr 3, 2022, 12:39 PMHi @Lorena AlfonsoYour formula field would be:IF(FieldA = 0, 0 , 1 )Thank you!