Sign in to join the conversation:
Hi there,
I'd like to use an =IF formula to identify those cells where the checkbox is ticked - does anyone know what syntax should be used to identify a ticked checkbox, i.e. =IF(cell = ????,1,0) (where ???? = ticked checkbox)?
Thanks,
Paul
1 and 0
if([This column]1=1,"true","false") will post true when the checkbox is checked.
if([This Column]1=0,"true","false") will post true when the checkbox is unchecked.
=IF([Checkbox Column Name]# = 1, Result if Checked, Result if Unchecked)
If you give more specifics or a screenshot I can assist you with your formula.
There are a couple of things that raise questions that might be good for us to know before we can truly help you. You asked about identifying a checkbox... are you trying to flag the row with a checkbox? If so, then the formulas these others are offering you make sense. But my initial thoughts are, doesn't the tick-box being ticked identify it as being ticked?
Have you considered conditional formatting to highlight all the rows? Are you trying to list out the main column of every row that has a tick box? Your request could be better answered with some greater clarification.
Hi Paul,
I'd recommend checking out our help articles for details on formula creation: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
...and our complete functions list: https://help.smartsheet.com/functions
You can see an example of the IF statement here: https://help.smartsheet.com/function/if
Thanks everyone. Problem has been solved as per Luke's reply.
Best regards,
Thanks Luke. This has solved my problem.
Thank you this helped!
Awesome. I'm glad our corporate knowledge has helped you out!
I am working on a fillable PDF that gives a overview of a project, I need the committee a group of people to pick from a drop down approve, decline, or request meeting and date. Can that we a live document so when everyone answers its all in one sheet? I would like it to generate with the fillable options 1st let me make…
Hi all, I am new to smartsheet and could use some help. My boss, who is no longer employed by the company, was in the process of setting up reports and dashboards so we can track the production off our converting lines. He got 3 dashboards up and running before leaving, and now I am trying to finish the job but am…
We have discovered that some of our sheet filters no longer work when using the Smartsheet app. At first, this was noticed on iPads. It worked fine on iPhone and Android devices. Now, it no longer is working on either of those types of mobile devices. Works perfectly fine from a browser. The only common thread between the…