Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default duplicate entries accross a workbook?


I currently have a workbook set up with various tabs, ideally id like to
find a way that when I am entering text, ie a surname in a cell it will
prompt me if there is the same name in another tab? all the tabs are the same
format ie names are entered in to the same column etc
I know it soundss more like a database but this is what I have been asked to
work with :-)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default duplicate entries accross a workbook?

Hi Lianne

You could try the below..

--In the sheet where you make entries ; create a named range of your tab
names. say mysheets

--Suppose you enter your names in ColA. Select column A. From menu
FormatConditional Formatting For Condition1Select 'Formula Is' and enter
the below formula
=SUMPRODUCT(COUNTIF(INDIRECT("'" & mysheets & "'!A:A"),A1))1

--Click Format ButtonPattern and select your color (say Red) and Hit OK

--Duplicate entries will be highlighted..Does that work for you?

If this post helps click Yes
---------------
Jacob Skaria


"Lianne" wrote:


I currently have a workbook set up with various tabs, ideally id like to
find a way that when I am entering text, ie a surname in a cell it will
prompt me if there is the same name in another tab? all the tabs are the same
format ie names are entered in to the same column etc
I know it soundss more like a database but this is what I have been asked to
work with :-)

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
Duplicate entries Western_man Excel Worksheet Functions 5 February 14th 09 04:14 AM
HOW CAN I PREVENT DUPLICATE ENTRIES WITHIN A WORKBOOK, i.e. job # beyondthevail Excel Discussion (Misc queries) 1 March 28th 07 12:55 AM
How do I share a workbook accross the internet? ryan Excel Discussion (Misc queries) 0 January 7th 06 05:32 PM
adding accross sheets in a workbook Todd Excel Worksheet Functions 3 December 22nd 05 09:38 PM
Duplicate entries Keggarboy New Users to Excel 3 April 30th 05 08:26 AM


All times are GMT +1. The time now is 09:23 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"