Nothing, as long as you get paid by the hour and not by the job.If you were looking for identical values, why not SORT them? I can scroll thru 15,000 sorted numbers in like.... .... .... 3 days or so. What's wrong with that?
hey TD: that's cool. For Fraz's application, as I see it, it would eliminate the interim step of creating 4600 columns and then summing.I didn't read through all of them, but XL has a "COUNTIF(...) function.
So,
COUTIF ("A2:B22", "D2")
Will return how many times D2 occurs in that range.
It's been a while since I used it, so you'll have to check syntax on the range, but it works fine.
I have XL-2007 version at home - just installed it and saw where it also has a new function called "AVERAGEIF", which would do the same as if you used (SUMIF / COUNTIF)...
I smell a --**-- Excel Clinic --**--, Official Excel Nerd-Talk thread coming to a topic near you.I :wub: Excel. It's one of things where everytime you have a conversation about it, you learn some new function that's buried in it and new ways of doing something you already knew how to do. And it's generally because you had to do some freakishly obscure task like this and learned a new formula.
Excel has an example that looks exactly like what I want to do, which seems similar to what you're suggesting too. That's why I thought this would work:I didn't read through all of them, but XL has a "COUNTIF(...) function.
So,
COUTIF ("A2:B22", "D2")
Will return how many times D2 occurs in that range.
It's been a while since I used it, so you'll have to check syntax on the range, but it works fine.
I have XL-2007 version at home - just installed it and saw where it also has a new function called "AVERAGEIF", which would do the same as if you used (SUMIF / COUNTIF)...
of course if you embed a VB macro within Excel it will probably do it, but the quick and dirty qbasic program listed above from ~20 years ago is both faster and much more efficient for this task.Excel has an example that looks exactly like what I want to do, which seems similar to what you're suggesting too. That's why I thought this would work: =sum(if((A2:A22=C2)*(B2:B22=D2),1,0))
which I think is the same as:
=sum(if(AND((A2:A22=C2),(B2:B22=D2)),1,0))
But it didn't. It gave me "1" for the first 2 rows and "0" for everything after that. I'm sure there's a way in excel, but I couldn't figure it out.
I had to inform my boss last week that Excel has log-log graphing capabilities after the poor guy graphed something out by hand and did all sorts of complicated extrapolating and stuff to figure out what he was looking for.I smell a --**-- Excel Clinic --**--, Official Excel Nerd-Talk thread coming to a topic near you.
or he could plot the log values on a linear plot.I had to inform my boss last week that Excel has log-log graphing capabilities after the poor guy graphed something out by hand and did all sorts of complicated extrapolating and stuff to figure out what he was looking for.
TD - I've already written a program and got the data I need, but if you figure out a way to do this in excel I'd be interested -- this isn't the first time I've had to do something like this. Here's an example of some of the data. There are several repeats in the list (i.e. where the latitude AND longitude repeat). For each unique location I want to know how many times it shows up in the list.I needed to read a little closer - you want to compare A to B and count how many times they are unique and the same? That's more of a challenge. If they are sorted in order, you could easily do a VBA routine that could test it, have rotating counters and count until it changes, doing comparison if's... then just record results in a new column with the "matching" list.
Is it sensitive information? Could you post it, I'd take a look and see what I could come up with.
I could be wrong. (It won't be the first time).Excel is not the right tool for this job.
as little as possible. arty-smiley-048:Anyone work with Access?
I've done a fair amount of access work, but not for a couple of years. A couple years back, I did a database setup with an ASP web interface, and did a lot of VBA stuff, but like I said, its been a long time.Anyone work with Access?
Enter your email address to join: