Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is it possible to give an error message if you insert a duplicated field in a excel cell like it can be done in ms access? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Data Validation: Formula: COUNTIF(B$1:B1,B1)=1
-- David Biddulph "David" wrote in message ... Hi, Is it possible to give an error message if you insert a duplicated field in a excel cell like it can be done in ms access? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Name a range you want to check, in this case myrange and paste this in
=IF(MAX(COUNTIF(myrange,myrange))1,"There are duplicates","There are no duplicates") "David" wrote: Hi, Is it possible to give an error message if you insert a duplicated field in a excel cell like it can be done in ms access? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sorry should have said this is an array formula, Enter with CTRL + Shift +
Enter "Mike" wrote: Name a range you want to check, in this case myrange and paste this in =IF(MAX(COUNTIF(myrange,myrange))1,"There are duplicates","There are no duplicates") "David" wrote: Hi, Is it possible to give an error message if you insert a duplicated field in a excel cell like it can be done in ms access? Thanks. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike,
I want to have a field getting inputs and adding it to an excel sheet, as it is possible in access. Thanks, Daoud "Mike" wrote: Name a range you want to check, in this case myrange and paste this in =IF(MAX(COUNTIF(myrange,myrange))1,"There are duplicates","There are no duplicates") "David" wrote: Hi, Is it possible to give an error message if you insert a duplicated field in a excel cell like it can be done in ms access? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell References | Excel Discussion (Misc queries) | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel |