“IF” Calculation

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
  • September 26, 2022 at 5:31 PM #48014

    Mike Guilbault
    Participant

    I’m trying to create a formula to select whether the record is filed by Company Name or Individual’s name.

    IFEMPTY(FILE_BY_COMPANY;CONCAT(LASTNAME + “, ” + FIRSTNAME;COMPANYNAME)

    Where FILE_BY_COMPANY is a checkbox. If not checked, file by “Lastname, Firstname” else Companyname

    What am I missing?

    September 26, 2022 at 6:10 PM #48015

    Mike Guilbault
    Participant

    Nevermind… got it: IF(FILE-BY-COMPANY;COMPANY;(LASTNAME+”, “+FIRSTNAME))

    Had the Companyname and Concated name reversed.

    Cheers,

    September 26, 2022 at 11:40 PM #48017

    Brendan
    Keymaster

    Glad you figured it out.

Viewing 2 reply threads

You must be logged in to reply to this topic.