Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set up a simple spreadsheet for my son to use to study his vocabulary
words. He enters the letters A-L in a column and if he enters them correctly I have it setup to read super or awesome in another column. I would also like to incorporate into my if statement something that would fill in the cell that matches in yellow color. I currently have the formula IF(B1=C1, "Super", "Try Again") he enters the answer in B and I have entered the correct answer in C but hide column C. Is it possible to use the IF statement to color fill a-l yellow if correct -- Anita |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look in HELP for Conditional Formatting
-- Kind regards, Niek Otten "Anita Howard" wrote in message ... I have set up a simple spreadsheet for my son to use to study his vocabulary words. He enters the letters A-L in a column and if he enters them correctly I have it setup to read super or awesome in another column. I would also like to incorporate into my if statement something that would fill in the cell that matches in yellow color. I currently have the formula IF(B1=C1, "Super", "Try Again") he enters the answer in B and I have entered the correct answer in C but hide column C. Is it possible to use the IF statement to color fill a-l yellow if correct -- Anita |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use Conditional Formatting. Format-Conditional Formatting.
For cell B1. Cell Value is equal to =C1 Change the Format-Patterns. Select desired color. HTH, Paul "Anita Howard" wrote in message ... I have set up a simple spreadsheet for my son to use to study his vocabulary words. He enters the letters A-L in a column and if he enters them correctly I have it setup to read super or awesome in another column. I would also like to incorporate into my if statement something that would fill in the cell that matches in yellow color. I currently have the formula IF(B1=C1, "Super", "Try Again") he enters the answer in B and I have entered the correct answer in C but hide column C. Is it possible to use the IF statement to color fill a-l yellow if correct -- Anita |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
If statement or lookup statement not sure | Excel Worksheet Functions | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |