Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kg1953
 
Posts: n/a
Default missing data from table

Hi I have two tables both with approx. 5000 entries, Data Table A is correct
with 1-4999 but table two misses numbers out example 3500-3900 missing or
4000 -40006 missing how do I find out what numbers are missing by comparing
data from table A to the data in Table B? I have heard of lookup tables but
not sure how toi use these, any help much appreciated.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Use countif

=COUNTIF(Table2,A1)=1

where Table 2 is the table with missing numbers with absolute references
for instance $A$1:$E$5000 and A1 is the first cell in the complete table,
if you copy across and down the missing number will return FALSE

You can hightlight the cells using formatconditional formatting and formula
is,
note that you need a defined name if they are in different sheets (name the
table with missing numbers to for instance "MyTable" under insertnamedefine)
=COUNTIF(MyTable,A1)=1

Regards,

Peo Sjoblom

"kg1953" wrote:

Hi I have two tables both with approx. 5000 entries, Data Table A is correct
with 1-4999 but table two misses numbers out example 3500-3900 missing or
4000 -40006 missing how do I find out what numbers are missing by comparing
data from table A to the data in Table B? I have heard of lookup tables but
not sure how toi use these, any help much appreciated.

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
missing data on Pivot table Aannd Excel Discussion (Misc queries) 1 December 21st 04 12:05 AM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Data Table - does it work with DDE links and Stock Tickers? Post Tenebras Lux Excel Worksheet Functions 0 December 1st 04 05:17 PM
Data Table - Does it work with DDE links and stock tickers? Post Tenebras Lux Excel Discussion (Misc queries) 0 December 1st 04 05:15 PM
Solver Table missing in Data Menu of Excel2003. Where is it? Guaylen Excel Worksheet Functions 2 November 14th 04 08:54 PM


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