Skip to main content

How to create IF formula using CHECKBOX

  • July 31, 2019
  • 3 replies
  • 45 views

Hi, I want to generate a formula or to copy a field IF the CHECBOX is marked with a check. Can I do that?

This topic has been closed for replies.

3 replies

JonathanBowen
Forum|alt.badge.img+18

Hi @Angel_Ortiz - do you mean something like this?

Formula is:

IF({Checkbox}, {Some field})

JB


  • Author
  • New Participant
  • July 31, 2019

Hello Jonathan, yes. Kind of… If I have in Field 1 (a total amount) and if the checkbox is marked, then I would like to copy what is on Field 1 or execute a formula


  • Author
  • New Participant
  • July 31, 2019

Yes!! it worked! Thanks a lot.

AO