Jump to content

How do you show results of a calculation?


This topic is 8597 days old. Please don't post here. Open a new topic instead.

Recommended Posts

quote:

Originally posted by ROBVOIGT:

I would like to have a field automatically indicate yes or no when comparing the enteries in two separate fields.

for example: "field C" to indicate "YES or

NO" when "field B" has a value that is LESS THAN "field A"

Set field C's calculation to:

Case( field B < field A, "Yes", "No" )

This will result in "Yes" in field C if field B is less than field A and "No" if field B is greater than or equal to field A.

Chuck

Link to comment
Share on other sites

This topic is 8597 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.