Login Page - Create Account

Support Board


Date/Time: Fri, 20 Jun 2025 01:00:55 +0000



Post From: SPREADSHEET FORMULA HELP ZONAL ENTRY!

[2022-06-20 12:55:32]
Sawtooth - Posts: 4229
Try this:

Zone above POC:
=AND(E3>ID3.SG2@3,E3<ID3.SG2@3+$J$21*n)

Zone below POC:
=AND(E3<ID3.SG2@3,E3>ID3.SG2@3-$J$21*n)

Zone straddling POC:
=AND(E3>ID3.SG2@3-$J$21*n,E3<ID3.SG2@3+$J$21*n)