I am using IF, AND, CONTAINS - Result coming wrong

Options

here the formula - the answer should False

IF(AND(

CONTAINS([ASSET NAME]@row, {A 2024 Range 3}),

CONTAINS("INTERNATIONAL", {A 2024 Range 5}),

CONTAINS([NAME HELPER]@row, {A 2024 Range 2}),

CONTAINS("Completed", {A 2024 Range 4})

), "TRUE", "FALSE")

Any advice please :) Thanks!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!