remarkl,
Sorry for not being as clear as I should have with respect to my problem #1. No, I don't want to line-up the two databases one to one, because some calls might not exist at all in database 2 that exist in database 1, so that wouldn't work. This is because database 1 has everything and database 2 does not.
Please allow me to ellaborate a bit:
Database 2 is our long distance billing from our phone company that contains all long distance calls made from all of our worldwide offices. Database 1 comes from our internal long-distance telephone collection software from our phone switch, in other words it's a a telephone accounting system. This accounting system is pre-programmed to not include, or not account for, certain calls with certain criteria for specific reasons. What I wanted to do is see is if our telephone accounting system is putting a realistic dollar amount to calls versus what we are actually being charged from the phone company.
With respect to my problem #2, I get the "duh" award on that one and am sorry to waste your time on that one.
Main Topics
Browse All Topics





by: remarklPosted on 2004-04-02 at 13:54:32ID: 10744775
1. It's not clear what you want to do. How can the first call in Database 1 be the closest match to the 1st call listed in Datyabase 2 if the first call in database 1 is already there? Do you want to re-order the calls in Database 1 so that they line up with their nearest counterpart in Database 2? I think we need to see more of the before and after structure, i.e., what the databases look like before you add your formula and what they will look like after you add it.
)
2. If you restate your list in ascending order (and table is the range that includes the scores and their point values),
=vlookup(2105,table,2,true
should return 4,5
See the XL Help under Vlookup - it explains the True/False "range_lookup" parameter.