tussing515 Posted April 1, 2013 Posted April 1, 2013 So right now I have a checkbox called nurses. Based off this checkbox I need to be able to do two things. First is count how many times that checkbox has ANYTHING clicked in it. The second is that I have to create a formula that says If (anything in checkbox) run Calculation X. The problem isn't the later half, I've figured that out. I just don't know how to tell FM to look for any check in the box. Any ideas?
tussing515 Posted April 1, 2013 Author Posted April 1, 2013 For the first part I just did a ValueCount and that worked. For the second part I just put in : Case( not IsEmpty(Checkbox); CalculationX) And it seems to work. If anyone has a better idea then let me know!
Recommended Posts
This topic is 4592 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now