Support Board
Date/Time: Tue, 04 Nov 2025 21:27:34 +0000
Post From: FORMULA => TRUE IF NUMBER IS BETWEEN 10 AND 20
| [2013-04-19 10:47:07] |
| FGBL07 - Posts: 19 |
|
=AND(AA3<=20,AA3>=10,E3>B3)
If you do not want to include the limits 10 and 20 use "<" instead of "<=" resp. ">" instead of ">=". |
