IF with 2 sets of criteria -

Hey

I'm trying to get a tickbox to show at checked if :

  1. The ticket ID matches from another sheet
  2. The tickbox is also checked in that same sheet

=IF(AND({TicketID} = [Ticket ID]@row, {Completed} = true), true, false)


I have also tried replacing true/ false with 1/0


Thanks!

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!