Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am wondering if it is possible to have a flag or error message, when the
same cell contents, is entered into two different cells on a sheet. This is for a master schedule created in Excel. Example. The address "52 chestnut" is entered into a cell and remains there. Later in the sheet, if "52 chestnut" is entered, some sort of error or flag or the "#######" message can come up. I know its a strech, but is it possible? Regards, Andy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use conditional formating. Supposing the area where the data can be
entered is A1:Z1000, with a formula like: =(COUNTIF($A$1:$Z$1000,A1)1) You can select the format to fill in red the cells, for example, and when you enter the same value twice both cells will show the red color. Hope this helps, Miguel. "AndyWes" wrote: I am wondering if it is possible to have a flag or error message, when the same cell contents, is entered into two different cells on a sheet. This is for a master schedule created in Excel. Example. The address "52 chestnut" is entered into a cell and remains there. Later in the sheet, if "52 chestnut" is entered, some sort of error or flag or the "#######" message can come up. I know its a strech, but is it possible? Regards, Andy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use Conditional Formating:
Say you are using columns A thru Z. Start with A1. Select it and pull-down: Format Conditional Formating... Formula is and enter =COUNTIF(A:Z,"=" & A1)1 and assign a vivid hi-light format. Copy the cell and then paste/special format over all cells in cols A thru Z. Each cell in cols A thru Z will now "light up" if another cell shares its value -- Gary's Student "AndyWes" wrote: I am wondering if it is possible to have a flag or error message, when the same cell contents, is entered into two different cells on a sheet. This is for a master schedule created in Excel. Example. The address "52 chestnut" is entered into a cell and remains there. Later in the sheet, if "52 chestnut" is entered, some sort of error or flag or the "#######" message can come up. I know its a strech, but is it possible? Regards, Andy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selectively Clearing cell contents | Excel Worksheet Functions | |||
Returning Cell Value if someone deletes the contents of a cell | Excel Worksheet Functions | |||
How do I clear the contents of one cell from another cell? | Excel Worksheet Functions | |||
cell contents | Excel Discussion (Misc queries) | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions |