Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 20
Default Duplicate entires in multiple tabs

I need something to show me if I enter a duplicate field in a tab in a
worksheet. For example; I enter a list of invoice numbers on a tab "10.27.09"
in col B. Each day, I add a new tab with that days invoices numbers listed. I
want to know if I have entered an invoice number on tab 10.27.09 and again on
11.2.09. I just want something that will highlight the field. Is that
possible?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,203
Default Duplicate entires in multiple tabs

This is something that, if done with formulas, would need the formula rebuilt
each day. This solution assumes you only need to test the previous
day's/tab's contents for duplicates.

Pick any available empty column on the latest tab (11.2.09) and enter this
formula into the first row with invoices numbers entered. This formula
assumes that is on row 2 and that the invoice numbers are in column A on both
sheets:

=COUNTIF(10.27.09!A:A,A2)
fill the formula on down to the end of the list of invoice numbers on
11.2.09. A quick way to do that is to enter the formula, select that cell
again and move the mousepointer to the lower left corner of the cell until it
becomes a small + symbol (not the big cross it normally is, and not the
4-pointed cross that means to move the cell). When it turns into the +
symbol, double-click it and the formula will fill down the sheet adjacent to
all cells in the column next to it that have entries. See Excel help on
"FILL Data" for other ways to do the fill.

What will happen is that a 0 (zero) will be displayed if the invoice on
11.2.09 wasn't entered on 10.27.09, and a non-zero value such as 1 will be
displayed if the invoice entry on 11.2.09 duplicates one already on the
10.27.09 tab. You could filter the column with the formulas in it to show
just the duplicated ones: [Data -- Filter -- AutoFilter].

"Breezy" wrote:

I need something to show me if I enter a duplicate field in a tab in a
worksheet. For example; I enter a list of invoice numbers on a tab "10.27.09"
in col B. Each day, I add a new tab with that days invoices numbers listed. I
want to know if I have entered an invoice number on tab 10.27.09 and again on
11.2.09. I just want something that will highlight the field. Is that
possible?

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
How to filter unique entires in a column when differnet entires in Sklyn Excel Worksheet Functions 13 October 2nd 09 02:24 AM
Match Inconsistant entires bewteen days JMay Excel Discussion (Misc queries) 1 April 20th 09 03:20 AM
need help on count entires with conditions sajid Excel Worksheet Functions 8 November 3rd 08 12:31 PM
Stock Quotes #VALUE for some entires on update Mark Taylor Excel Discussion (Misc queries) 1 March 11th 08 07:12 PM
How can I check if any of the entires is True in a range? Tetsuya Oguma Excel Worksheet Functions 1 March 16th 06 02:37 AM


All times are GMT +1. The time now is 08:40 PM.

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"