Conditional Fomatting with range values
Closed
vikassova
Posts
1
Registration date
Wednesday 4 December 2013
Status
Member
Last seen
5 December 2013
-
5 Dec 2013 à 00:03
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 5 Dec 2013 à 11:02
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 5 Dec 2013 à 11:02
Related:
- Conditional Fomatting with range values
- How to increase wifi range - Guide
- Based on the values in cells b77 b88 ✓ - Excel Forum
- Excel vba range find - Guide
- Excel conditional formatting based on date - Guide
- Apple airtags range - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
5 Dec 2013 à 11:02
5 Dec 2013 à 11:02
Hi Vikassova,
I'm guessing your first example is a typo and should be between 2 and 4.9 or else it doesn't make much sense.
Wouldn't it be better if users can't input a 'wrong' value?
Top menu > Data > Validate...
Choose the last option from the first dropdown list and enter this formula:
=AND(C1>A1,C1<B1)
Otherwise use this formula in CF:
=AND(C1<=A1,C1>=B1)
Best regards,
Trowa
I'm guessing your first example is a typo and should be between 2 and 4.9 or else it doesn't make much sense.
Wouldn't it be better if users can't input a 'wrong' value?
Top menu > Data > Validate...
Choose the last option from the first dropdown list and enter this formula:
=AND(C1>A1,C1<B1)
Otherwise use this formula in CF:
=AND(C1<=A1,C1>=B1)
Best regards,
Trowa