Conditional formating
Solved/Closed
jgmb
Posts
5
Registration date
Tuesday July 2, 2013
Status
Member
Last seen
July 9, 2013
-
Jul 2, 2013 at 06:37 PM
jgmb Posts 5 Registration date Tuesday July 2, 2013 Status Member Last seen July 9, 2013 - Jul 9, 2013 at 09:26 AM
jgmb Posts 5 Registration date Tuesday July 2, 2013 Status Member Last seen July 9, 2013 - Jul 9, 2013 at 09:26 AM
Related:
- Conditional formating
- Excel conditional formatting if another cell contains specific text âś“ - Excel Forum
- Conditional format based on another cell containing text - Excel Forum
- Conditional formating of row based on other cells - Excel Forum
- Conditional formatting based on date âś“ - Excel Forum
- Conditional Formating a word within a sentence - Resent - Excel Forum
10 responses
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 3, 2013 at 10:20 AM
Jul 3, 2013 at 10:20 AM
Hi jgmb,
You can add Home --> Conditional Formating in following manner.
1. You can have Drop down list in A2:A6 range of excel
2. Define the name for list by selecting it say Fruits
3. Then as per you requirement you can Select Cell B2 --> Data Validation --> List --> In Source field write =Fruits
4. Similarly for cell C2 or else copy cell B2 and paste at C2
5. Then you will find Drop downs at B2 and C2 with the desired values
6. Then Select C2 cell and Click on Conditional Formatting --> New Rule --> Use a formula to determine Which cells to be format option
7. Then Enter formula as =IF(MATCH($C$2,$A$2:$A$6,0)=MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Green color
8. Then Similarly create a new rule on the same Cell C2 with formula as =IF(MATCH($C$2,$A$2:$A$6,0)<MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Blue color
9. Then Similarly create a new rule on the same Cell C2 with formula as =IF(MATCH($C$2,$A$2:$A$6,0)>MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Red color
You can add Home --> Conditional Formating in following manner.
1. You can have Drop down list in A2:A6 range of excel
2. Define the name for list by selecting it say Fruits
3. Then as per you requirement you can Select Cell B2 --> Data Validation --> List --> In Source field write =Fruits
4. Similarly for cell C2 or else copy cell B2 and paste at C2
5. Then you will find Drop downs at B2 and C2 with the desired values
6. Then Select C2 cell and Click on Conditional Formatting --> New Rule --> Use a formula to determine Which cells to be format option
7. Then Enter formula as =IF(MATCH($C$2,$A$2:$A$6,0)=MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Green color
8. Then Similarly create a new rule on the same Cell C2 with formula as =IF(MATCH($C$2,$A$2:$A$6,0)<MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Blue color
9. Then Similarly create a new rule on the same Cell C2 with formula as =IF(MATCH($C$2,$A$2:$A$6,0)>MATCH($B$2,$A$2:$A$6,0),TRUE,FALSE)
and click on Format button --> Fill --> Select Red color
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 3, 2013 at 10:25 AM
Jul 3, 2013 at 10:25 AM
Make Red Color in front of Point No 8 and Blue color in front of Point no. 9
jgmb
Posts
5
Registration date
Tuesday July 2, 2013
Status
Member
Last seen
July 9, 2013
Jul 8, 2013 at 12:12 PM
Jul 8, 2013 at 12:12 PM
Thanks very much for your help! These formulas work perfectly in the two primary cells. However, I'm running into difficulty copying the conditional formatting to another cell. I've tried ordinary copy and paste, format painter and paste special (formula) What am I doing wrong?
jgmb
Posts
5
Registration date
Tuesday July 2, 2013
Status
Member
Last seen
July 9, 2013
Jul 8, 2013 at 04:01 PM
Jul 8, 2013 at 04:01 PM
Hrmph! Now that I've tried to copy the formatting, the original cell's conditional formatting doesn't work and I didn't change anything. Only the first of the three formulas still work. The other don't when I change the content of the two cells. What am I doing wrong?
Didn't find the answer you are looking for?
Ask a question
jgmb
Posts
5
Registration date
Tuesday July 2, 2013
Status
Member
Last seen
July 9, 2013
Jul 8, 2013 at 05:52 PM
Jul 8, 2013 at 05:52 PM
I got!! I needed to remove the $ in front of the cell number of the cell that was to be formatted. Not sure what happened to the original conditional formatting but when I re-entered it, everything worked. I was able to copy the formatting successfully by double clicking on format painter.
Thanks for your help!
Thanks for your help!
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 9, 2013 at 06:57 AM
Jul 9, 2013 at 06:57 AM
Welcome.. Yes..you should remove $ from the cell number that you want to be formatted..
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 9, 2013 at 06:59 AM
Jul 9, 2013 at 06:59 AM
Welcome.. Yes..you should remove $ from the cell number that you want to be formatted..
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 9, 2013 at 06:59 AM
Jul 9, 2013 at 06:59 AM
Welcome.. Yes..you should remove $ from the cell number that you want to be formatted..
zs1986
Posts
7
Registration date
Wednesday July 3, 2013
Status
Member
Last seen
July 22, 2013
1
Jul 9, 2013 at 07:01 AM
Jul 9, 2013 at 07:01 AM
Welcome..Yes.. you should remove $ from the cell that you to format.
jgmb
Posts
5
Registration date
Tuesday July 2, 2013
Status
Member
Last seen
July 9, 2013
Jul 9, 2013 at 09:26 AM
Jul 9, 2013 at 09:26 AM
Thanks again!