Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default matching a column of numbers to another in another spreadsheet

I have a spreadsheet of shortpayment amounts and their invoice numbers on one
spreadsheet with a column of credit amounts with their invoice numbers on
another spreadsheet. I need to match the credits written with the
shortpayments.
kinda like this
spreadsheet 1 spreadsheet 2
inv # amount date Credit #
Amount Date
122334 15.00 11-25-09 675555 15.00
12-10-09
223345 22.00 10-20-09 754444 22.00
111-25-09

naturally there is a huge list with some credits only close to inv. short
pays with some short pays with no credits etc. but if I can match the same
amounts it would be a huge time saver.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default matching a column of numbers to another in another spreadsheet

On the face of it, to meet this aspiration
.. if I can match the same amounts it would be a huge time saver ..

you can try a "basic" index/match, set for an exact match of the amounts col

Assume invoice data as posted is in Sheet1's cols A to C, data from row 2
down, while credit data as posted is in Sheet2's cols A to C, data from row 2
down. The key col is col B = amounts

In Sheet1,
In D2:
=IF(ISNA(MATCH($B2,Sheet2!$B:$B,0)),"",INDEX(Sheet 2!A:A,MATCH($B2,Sheet2!$B:$B,0)))
Copy D2 across to F2, fill down as far as required. Format col F as dates to
taste. This pulls over credit data from Sheet2 on the basis of exact "amount"
matches in col B. This extract will work if the exact match amounts are
unique for both invoice/credit data right through. If there could be
identical amounts for different invoice/credit numbers, then it fails.
Preceding helps nonetheless? hit the YES below
--
Max
Singapore
---
"newbie Annie" wrote:
I have a spreadsheet of shortpayment amounts and their invoice numbers on one
spreadsheet with a column of credit amounts with their invoice numbers on
another spreadsheet. I need to match the credits written with the
shortpayments.
kinda like this
spreadsheet 1 spreadsheet 2
inv # amount date Credit #
Amount Date
122334 15.00 11-25-09 675555 15.00
12-10-09
223345 22.00 10-20-09 754444 22.00
111-25-09

naturally there is a huge list with some credits only close to inv. short
pays with some short pays with no credits etc. but if I can match the same
amounts it would be a huge time saver.

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
matching numbers RodJ Excel Worksheet Functions 6 September 29th 08 12:26 PM
converted spreadsheet to 2007, column letters now numbers?? Winnie K Excel Discussion (Misc queries) 2 March 29th 08 06:57 PM
Matching and Moving Data From One Spreadsheet to Another? [email protected] Excel Discussion (Misc queries) 1 March 18th 06 02:21 PM
Matching and Moving Data From One Spreadsheet to Another? [email protected] Excel Discussion (Misc queries) 1 March 18th 06 01:18 PM
How do I identify cells with matching numbers within a column. dbmeyer Excel Worksheet Functions 6 February 26th 06 10:33 PM


All times are GMT +1. The time now is 11:19 PM.

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"