Matching Columns and providing Totals

jerry
NewLounger
Posts: 12
Joined: 29 Jul 2010, 06:16

Matching Columns and providing Totals

Post by jerry »

Hello again Excellers

Another problem im having im trying to match two columns of drawing structure numbers and providing totals of how many times they match.

however though there are differences in the two columns because of data entry is it possible to match the data based on numbers and letters but if theres a space and letter difference to ignore it

i have tried vlookup and and other macros i seem to be getting lost not hard to do really im quite simple

anyways a little bit of help would be appreciated
You do not have the required permissions to view the files attached to this post.

User avatar
HansV
Administrator
Posts: 78489
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Matching Columns and providing Totals

Post by HansV »

Try this formula in C2:

=COUNTIF($A$2:$A$1000,B2&"*")

(Adjust the range A2:A1000 as needed)

You can fill the formula down from C2.
Best wishes,
Hans

jerry
NewLounger
Posts: 12
Joined: 29 Jul 2010, 06:16

Re: Matching Columns and providing Totals

Post by jerry »

THANKS AGAIN HANSV FOR SAVING MY BACON

anytime yourr in sydney et me know beers are my shout

Regards