researcher Posted May 4, 2001 Posted May 4, 2001 I'm setting up a calculation field with an If statement. If the result of the test is true, the result is 1. If the result is not true, the field must stay blank. How do I do that? The field must be blank because I need to use it for a summary field, which will count all non-blank fields. If the calculation result is 0, the summary field still counts it as non-blank. I don't want the summary field to count false results of my calculation field. Any suggestions? Thanks! LR
markpro Posted May 5, 2001 Posted May 5, 2001 Try something like this: If(test,1,"") where "" means blank.
Recommended Posts
This topic is 8972 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