Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am able to write an "If" calculation with one condition and a default result, but cannot figure out how to write an "If" calculation that should only be completed when two conditions are met.

For example, if Color=Blue and Size=Large, then Fish=Marlin

Any help would be appreciated. Thank you...

Posted

You basically have already written your calculation!

Define the "fish" field as:

If (Color="Blue" and Size="Large";"Marlin";"??")

of course you probably don't want "??" in the event the criteria don't add up... You probably would prefer at least a "Case" function:

Case(Color="blue" and Size="large";"Marlin";

This topic is 7448 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.