Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Modified Formula Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
hhphoto2006
Posted : Tuesday, April 24, 2018 3:13:30 PM
Registered User
Joined: 10/18/2008
Posts: 260

Hi Bruce,

A while ago you hleped me with the following formula;

(C < L1 AND O1 = C1) OR (C < L2 AND O2 = C2) OR (C < L3 AND O3 = C3)

How can I modifide the formula where 

O1 = C1 or O1 is within .5% C1? Is that posible?

Thanks Bruce

StockGuy
Posted : Tuesday, April 24, 2018 3:38:48 PM

Administration

Joined: 9/30/2004
Posts: 9,187

Try this:

(C < L1 AND (O1 = C1 OR (O1/C1 > .995 AND O1/C1 < 1.005))) OR (C < L2 AND O2 = C2) OR (C < L3 AND O3 = C3)

hhphoto2006
Posted : Tuesday, April 24, 2018 4:01:09 PM
Registered User
Joined: 10/18/2008
Posts: 260

Thank you

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.