Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 217
Default finding differences between 2 worksheets

I have a worksheet consisting of various information, including invoice
numbers. I receive this worksheet weekly and each week, some invoices will
have been paid so they won't appear on the next copy of the worksheet.

what is the easiest way of asking Excel to show those invoices which no
longer appear, which means they have been paid?

Any urgent help would be appreciated.

Thank you
Louise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 341
Default finding differences between 2 worksheets

add a new column to the previous "old" sheet, and use vlookup against those
invoices against the column with invoice numbers from the new sheet.

Anything that is not found will return the #N/A value. You can use
autofilter or sort to group all these together.


***old book.xls***
***Old sheet***
Column A Column B
Invoice number Lookup
0001 =VLOOKUP(A2,'[new book.xls]new sheet'!A:B,2,false)
0002 =VLOOKUP(A3,'[new book.xls]new sheet'!A:B,2,false)
0003 =VLOOKUP(A4,'[new book.xls]new sheet'!A:B,2,false)
0004 =VLOOKUP(A5,'[new book.xls]new sheet'!A:B,2,false)
etc

***newbook.xls***
***New sheet***
Column A
Invoice number
0002
0004


The result that this will give you will look like this
***old book.xls***
***Old sheet***
Column A Column B
Invoice number Lookup
0001 #N/A
0002 0002
0003 #N/A
0004 0004
etc

Now use data filter autofilter, or just sort old book by column A.


--
Allllen


"Louise" wrote:

I have a worksheet consisting of various information, including invoice
numbers. I receive this worksheet weekly and each week, some invoices will
have been paid so they won't appear on the next copy of the worksheet.

what is the easiest way of asking Excel to show those invoices which no
longer appear, which means they have been paid?

Any urgent help would be appreciated.

Thank you
Louise

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 217
Default finding differences between 2 worksheets

That's great, thanks very much for your reply. I did consider the vlookup
but wondered if I was looking into it in more detail than was necessary.

Thanks again.
Louise

"Allllen" wrote:

add a new column to the previous "old" sheet, and use vlookup against those
invoices against the column with invoice numbers from the new sheet.

Anything that is not found will return the #N/A value. You can use
autofilter or sort to group all these together.


***old book.xls***
***Old sheet***
Column A Column B
Invoice number Lookup
0001 =VLOOKUP(A2,'[new book.xls]new sheet'!A:B,2,false)
0002 =VLOOKUP(A3,'[new book.xls]new sheet'!A:B,2,false)
0003 =VLOOKUP(A4,'[new book.xls]new sheet'!A:B,2,false)
0004 =VLOOKUP(A5,'[new book.xls]new sheet'!A:B,2,false)
etc

***newbook.xls***
***New sheet***
Column A
Invoice number
0002
0004


The result that this will give you will look like this
***old book.xls***
***Old sheet***
Column A Column B
Invoice number Lookup
0001 #N/A
0002 0002
0003 #N/A
0004 0004
etc

Now use data filter autofilter, or just sort old book by column A.


--
Allllen


"Louise" wrote:

I have a worksheet consisting of various information, including invoice
numbers. I receive this worksheet weekly and each week, some invoices will
have been paid so they won't appear on the next copy of the worksheet.

what is the easiest way of asking Excel to show those invoices which no
longer appear, which means they have been paid?

Any urgent help would be appreciated.

Thank you
Louise

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
Finding matching fields accross multiple worksheets alpha417 Excel Discussion (Misc queries) 2 May 31st 06 12:46 PM
Help finding and summing across worksheets Joe Tapestry Excel Worksheet Functions 0 March 15th 06 10:35 PM
Finding common Data in multiple worksheets Peter Syvertsen Excel Discussion (Misc queries) 1 October 21st 05 11:43 PM
Find differences between two Excel workbooks or worksheets savage_planet Excel Discussion (Misc queries) 0 September 19th 05 09:27 PM
Finding Data in multiple worksheets [email protected] Excel Discussion (Misc queries) 1 February 10th 05 10:42 PM


All times are GMT +1. The time now is 12:43 AM.

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

About Us

"It's about Microsoft Excel"