HELP!!! CONDITIONAL FORMATING
Closed
valencc7
Posts
1
Registration date
Thursday February 14, 2013
Status
Member
Last seen
February 14, 2013
-
Feb 14, 2013 at 09:55 PM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 15, 2013 at 06:02 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 15, 2013 at 06:02 AM
Related:
- HELP!!! CONDITIONAL FORMATING
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Conditional formatting if another cell contains any text ✓ - Excel Forum
- Conditional format based on another cell containing text - Excel Forum
- Excel conditional formatting if cell contains multiple specific text ✓ - Excel Forum
- Highlight cell if another cell contains specific text - Excel Forum
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Feb 15, 2013 at 06:02 AM
Feb 15, 2013 at 06:02 AM
what version of excel you are using
This you can use
1. Click on cell D1
2. Select Column D
3. Goto Conditional Format
4. Use this formula for Red
=AND(ROW()>1,IF(MOD(ROW(),2)=0,D2>D3, D2>D1))
5. Use this formula for Green
=AND(ROW()>1,IF(MOD(ROW(),2)=0,D2<D3, D2<D1))
This you can use
1. Click on cell D1
2. Select Column D
3. Goto Conditional Format
4. Use this formula for Red
=AND(ROW()>1,IF(MOD(ROW(),2)=0,D2>D3, D2>D1))
5. Use this formula for Green
=AND(ROW()>1,IF(MOD(ROW(),2)=0,D2<D3, D2<D1))