Jump to content

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

Recommended Posts

Posted

2 cells

max / min

if only 1 of the 2 is filled in the other should be equal to that:

for example

0.25% / ___

should go to

0.25% / 0.25%

(and vice versa)

but

0.5% / 0.25%

should be able to be entered to?

How is this done???

Thanks

Simon

Posted

Hi Simon,

I think this does what you have described.

Case( IsEmpty(Field2), Field1,

IsEmpty(Field1), Field2, Field1 / Field2

)

HTH

Lee

Posted

You can use this calculation with script. Check out the Set Fields Script Step, and see if this is what you want.

Lee

wink.gif

Posted

Dont want to use scripts.

See attached.

I think this is going to be the only way round it. The problem is I want to use this for the search so it means having another layout just for search and using the calculation fields. Not really ideal I was hoping to get one that could work on the fly as user enters and using only 2 fields.

Simon

Posted

You can use a lookup, based on a self-relationship, that updates when one of the fields is changed. See attachment.

testv1.zip

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