MacyWillisQrew Member7 years agoHow to add an or stipulation to an If functionI need to create an "if" formula, but need the "if" part to be this - "If the status is equal to either completed OR delivered." I can't figure out how to create the OR function within the formula.
QuickBaseCoachDQrew Captain7 years agoIF([Status] = "completed"or [Status] = "delivered", "then result is this", "else result is that")the or can be in upper or lower case.
QuickBaseCoachDQrew Captain7 years agoIF([Status] = "completed"or [Status] = "delivered", "then result is this", "else result is that")the or can be in upper or lower case.
Related ContentNz Function - Formula HelpJinja Date functionsMobile App FunctionalityRelationships functional questionDo unused tables related to currently used tables cause functionality problems?