IF formula

Viewing 2 reply threads
  • Author
    Posts
  • June 9, 2025 at 11:58 PM #52416

    Mitz
    Participant

    Hello! This is a pretty simple formula but I cannot seem to find out what I am doing wrong.

    Field 1: Lease Term Mode is a Pick List with “Days” and “Months” as the only option.
    Field 2: Total Amount (calculation containing the If(X,Y,Z)

    In the screenshot image I uploaded, Field 1 shows “Months” but the Total Amount Field shows “O” and not the formula.

    I hope someone in the forum can help.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    June 10, 2025 at 12:29 AM #52419

    Brendan
    Keymaster

    Hi Mitz,

    I think I replied to a similar question of yours via email.

    In any case, it’s due to the IF() function only working to compare numeric values.

    If you want to compare text values, use the IFEQUAL(A; B; C; D)

    So if A = B, then return C, otherwise return D.

    June 10, 2025 at 1:38 AM #52423

    Mitz
    Participant

    Hello Brendan! Thanks so much. I opted to post queries here moving forward. 😊

Viewing 2 reply threads

You must be logged in to reply to this topic.