Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using a workload log spreadsheet to enter individual customers names
daily as requests come in. To avoid entering customers twice by accident i would like to know if there is any way to enter a customers name in a formula, which will then search a column within the log and comeup with any matches, so i can see if my entry is being duplicated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could use data validation. Select your range, in this case A1 - A100 then
data|validation|Custom enter this formula =COUNTIF($A$1:$A$100,A1)=1 Mike "AdanaDarke" wrote: I am using a workload log spreadsheet to enter individual customers names daily as requests come in. To avoid entering customers twice by accident i would like to know if there is any way to enter a customers name in a formula, which will then search a column within the log and comeup with any matches, so i can see if my entry is being duplicated. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look at how Chip Pearson pevents duplicates.
http://www.cpearson.com/excel/NoDupEntry.aspx Gord Dibben MS Excel MVP On Thu, 3 Jan 2008 03:53:01 -0800, AdanaDarke wrote: I am using a workload log spreadsheet to enter individual customers names daily as requests come in. To avoid entering customers twice by accident i would like to know if there is any way to enter a customers name in a formula, which will then search a column within the log and comeup with any matches, so i can see if my entry is being duplicated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search, find or lookup defined text in text string | Excel Worksheet Functions | |||
hi - is there a formula that matches text in different columns? | Excel Worksheet Functions | |||
similar text matches vlookup | Excel Worksheet Functions | |||
Search one worksheet for values in another worksheet? | Excel Discussion (Misc queries) | |||
how do I count the number of times text in column A matches text i | Excel Worksheet Functions |