EmilyHillQrew Trainee8 years agoHelp with IF formulaI need help with an If formula. I'm trying to say: If the "type of record" field contains the word "actual", add cost and qty fields together. Otherwise leave blank.
2 RepliesReplies sorted by Most LikedQuickBaseCoachDQrew Captain8 years agoIF(Contains([type of record], "actual"), [cost] + [qty])EmilyHillQrew Trainee8 years agoThank you so much! :)
Related ContentFormula Url Buttonssyntax help with formulaFormula AssistanceURL formula -API_RunImportPercent Formula Help