Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Match 3 columns to one cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Matching 3 columns to 1 cell - 19 May 2008 19:48 GMT
I have 9-digit account number in the first 3 columns (from A4:C65002) that I
am trying to verify if the number that I have in range D4:d54.  I am trying
to use the match function to perform this, but apparently the match function
will NOT match between 3 columns only one column.

Is there a way to perform this function that I am trying to do??
Jim Cone - 19 May 2008 20:00 GMT
Try CountIf
Signature

Jim Cone
Portland, Oregon  USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)

"Matching 3 columns to 1 cell" <Matching 3 columns to 1
cell@discussions.microsoft.com>
wrote in message
I have 9-digit account number in the first 3 columns (from A4:C65002) that I
am trying to verify if the number that I have in range D4:d54.  I am trying
to use the match function to perform this, but apparently the match function
will NOT match between 3 columns only one column.
Is there a way to perform this function that I am trying to do??

Otto Moehrbach - 19 May 2008 20:01 GMT
Your statement:
"I have 9-digit account number in the first 3 columns (from A4:C65002) that
I
am trying to verify if the number that I have in range D4:d54. "
isn't clear.  I understand that you have 9-digit numbers in Columns A:C.  I
gather that you have some numbers in the range D4:D54.  What is not clear is
what do you want to do?  HTH  Otto
>I have 9-digit account number in the first 3 columns (from A4:C65002) that
>I
[quoted text clipped - 5 lines]
>
> Is there a way to perform this function that I am trying to do??
Jeff - 19 May 2008 20:18 GMT
To see if any numbers in columns A to C match any of the data that I have in
column D

> Your statement:
> "I have 9-digit account number in the first 3 columns (from A4:C65002) that
[quoted text clipped - 12 lines]
> >
> > Is there a way to perform this function that I am trying to do??
Jeff - 19 May 2008 20:21 GMT
The function that I have tried to use, but does NOT work is:

=MATCH(D4,$A$4:$C$65500,FALSE)

> I have 9-digit account number in the first 3 columns (from A4:C65002) that I
> am trying to verify if the number that I have in range D4:d54.  I am trying
> to use the match function to perform this, but apparently the match function
> will NOT match between 3 columns only one column.
>
> Is there a way to perform this function that I am trying to do??
ryguy7272 - 19 May 2008 20:57 GMT
=SUM(N(FREQUENCY(IF(C1:C20="Yes",MATCH(A1:A20&B1:B20&C1:C20,A1:A20&B1:B20&C1:C20,0)),MATCH(A1:A20&B1:B20,A1:A20&B1:B20,0))>0))

This is an array function, so it must be entered using Ctrl+Shift+Enter (not
just enter).  Hope that works for you..

Alternatively, try this
=SUM(N(FREQUENCY(IF(C1:C20="Yes",MATCH(A1:A20&B1:B20&C1:C20,A1:A20&B1:B20&C1:C20,0)),MATCH(A1:A20&B1:B20&C1:C20,A1:A20&B1:B20&C1:C20,0))>0))

Regards,
Ryan---

Signature

RyGuy

> The function that I have tried to use, but does NOT work is:
>
[quoted text clipped - 6 lines]
> >
> > Is there a way to perform this function that I am trying to do??
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.