Visokio website     Downloads     Video tutorials     KnowledgeBase  
Multiple conditions in Formula - Visokio Forums
Multiple conditions in Formula
  • samconvergex November 22, 2010 3:28PM
    I am having trouble writing a formula that would be akin to a conditional IF statement in Excel or a Like statement in SQL.. Can anyone help?

    I'd like to do one of the following--

    Formula 1: IF([field A] like 'xyz', 250, 0)
  • 1 Comment
  • Focus_Media Focus_Media November 25, 2010 12:15PM
    Hi: Try this

    Formula1: IF(SEARCH("xyz", [FieldA],0)>0,250,0)

    Note: you can use SEARCHREGEX()

    Formula 2: IF(AND([FieldB]=5, [FieldC]=6),250,0)

    Hope this helps
This discussion has been closed.
← All Discussions

Welcome!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership