Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

IF function - from 2 columns

Hello   Im trying to set up an IF formula in a costum column to see witch columns have True on the same row if [NI] = "TRUE" and [DT] = "TRUE" then "1" else "0"   I dont get any errors but i jus...
  • Anonymous's avatar
    Anonymous
    9 years ago

    It is True/Fals datatype and that was the problem

    I just figured out that if i removed the ( " ) it worked, so:

    = if [NI] = true and [DT] = true then "1" else "0"

    Worked like a charm.

     

    Ty very mutch for answering tho Ruksuro ;)