Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to search a worksheet for text-value matches?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default How to search a worksheet for text-value matches?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How to search a worksheet for text-value matches?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search, find or lookup defined text in text string zzxxcc Excel Worksheet Functions 9 September 6th 07 09:37 PM
hi - is there a formula that matches text in different columns? rkat Excel Worksheet Functions 2 August 11th 06 02:35 AM
similar text matches vlookup [email protected] Excel Worksheet Functions 2 July 18th 06 10:18 AM
Search one worksheet for values in another worksheet? ClayShooters Excel Discussion (Misc queries) 1 July 4th 06 03:01 PM
how do I count the number of times text in column A matches text i Sheila Excel Worksheet Functions 2 November 16th 05 10:20 PM


All times are GMT +1. The time now is 01:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"