메인 컨텐츠로 가기

Excel의 3 열에서 공통 값을 찾는 방법은 무엇입니까?

일반적으로 Excel의 두 열 사이에서 동일한 값을 찾아 선택해야 할 수 있지만 다음 스크린 샷과 같이 값이 3 열에 동시에 존재한다는 것을 의미하는 세 열에서 공통 값을 찾으려고 시도한 적이 있습니까? . 이 기사에서는 Excel 에서이 작업을 완료하는 몇 가지 방법을 소개합니다.

3 개의 열에있는 문서 공통 값 1

배열 수식을 사용하여 3 개 열에서 공통 값 찾기


화살표 블루 오른쪽 거품 배열 수식을 사용하여 3 개 열에서 공통 값 찾기

3 개의 열에서 공통 값을 찾아 추출하려면 다음 배열 수식이 도움이 될 수 있습니다. 다음과 같이하십시오.

3 개 열에서 동일한 값을 추출하려는 빈 셀에이 배열 수식을 입력합니다.

=LOOKUP("zzz",CHOOSE({1,2},"",INDEX(A$2:A$10,MATCH(0,COUNTIF(E$1:E1,A$2:A$10)+IF(IF(COUNTIF(B$2:B$8,A$2:A$10)>0,1,0)+IF(COUNTIF(C$2:C$9,A$2:A$10)>0,1,0)=2,0,1),0)))), 다음을 누릅니다. 쉬프트 + 컨트롤 + 엔터 키를 함께 사용하여 첫 번째 공통 값을 얻은 다음 공백이 표시 될 때까지이 수식을 아래로 드래그하면 아래 스크린 샷과 같이 3 개 열의 동일한 값이 모두 추출됩니다.

3 개의 열에있는 문서 공통 값 2

배송 시 요청 사항:

1. 다음은이 작업을 완료 할 수있는 또 다른 배열 수식입니다.

=INDEX($A$2:$A$10, MATCH(0, COUNTIF($E$1:E1, $A$2:$A$10)+IF(IF(COUNTIF($B$2:$B$8, $A$2:$A$10)>0, 1, 0)+IF(COUNTIF($C$2:$C$9, $A$2:$A$10)>0, 1, 0)=2, 0, 1), 0))을 누르십시오. 쉬프트 + 컨트롤 + 엔터 키를 동시에 누릅니다.

2. 위의 공식에서 : A2 : A10, B2 : B8, C2 : C9 비교하려는 세 열의 셀입니다. E1 수식이있는 위의 셀이므로 필요에 따라 변경할 수 있습니다.

최고의 사무 생산성 도구

🤖 Kutools AI 보좌관: 다음을 기반으로 데이터 분석을 혁신합니다. 지능형 실행   |  코드 생성  |  사용자 정의 수식 만들기  |  데이터 분석 및 차트 생성  |  Kutools 기능 호출...
인기 기능: 중복 항목 찾기, 강조 표시 또는 식별   |  빈 행 삭제   |  데이터 손실 없이 열이나 셀 결합   |   수식없이 반올림 ...
슈퍼 조회: 다중 기준 VLookup    다중 값 VLookup  |   여러 시트에 걸친 VLookup   |   퍼지 조회 ....
고급 드롭다운 목록: 드롭다운 목록을 빠르게 생성   |  종속 드롭다운 목록   |  다중 선택 드롭 다운 목록 ....
열 관리자: 특정 개수의 열 추가  |  열 이동  |  Toggle 숨겨진 열의 가시성 상태  |  범위 및 열 비교 ...
특색 지어진 특징: 그리드 포커스   |  디자인보기   |   큰 수식 바    통합 문서 및 시트 관리자   |  리소스 라이브러리 (자동 텍스트)   |  날짜 선택기   |  워크 시트 결합   |  셀 암호화/해독    목록으로 이메일 보내기   |  슈퍼 필터   |   특수 필터 (굵게/기울임꼴/취소선 필터링...) ...
상위 15개 도구 세트12 본문 도구 (텍스트 추가, 문자 제거,...)   |   50+ 거래차트 유형 (Gantt 차트,...)   |   40+ 실용 방식 (생일을 기준으로 나이 계산,...)   |   19 삽입 도구 (QR 코드 삽입, 경로에서 그림 삽입,...)   |   12 매출 상승 도구 (숫자를 단어로, 환율,...)   |   7 병합 및 분할 도구 (고급 결합 행, 셀 분할,...)   |   ... 그리고 더

Excel용 Kutools로 Excel 기술을 강화하고 이전과는 전혀 다른 효율성을 경험해 보세요. Excel용 Kutools는 생산성을 높이고 시간을 절약하기 위해 300개 이상의 고급 기능을 제공합니다.  가장 필요한 기능을 얻으려면 여기를 클릭하십시오...

상품 설명


Office Tab은 Office에 탭 인터페이스를 제공하여 작업을 훨씬 쉽게 만듭니다.

  • Word, Excel, PowerPoint에서 탭 편집 및 읽기 사용, Publisher, Access, Visio 및 Project.
  • 새 창이 아닌 동일한 창의 새 탭에서 여러 문서를 열고 만듭니다.
  • 생산성을 50% 높이고 매일 수백 번의 마우스 클릭을 줄입니다!
Comments (12)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
ONLY ONE NAME IS FOUND COMMON... REST ARE IGNORED
This comment was minimized by the moderator on the site
Hello, Prtsxr,
The formula works well in my worksheet, could you insert the screenshot of your problem data here? or insert an attachment of your data, so that we can chek where the problem is.
Thank you!
This comment was minimized by the moderator on the site
i would like to know the match function, how do you use it. It is different from the traditional usage.
This comment was minimized by the moderator on the site
could you tell me why the match function, lookup value is 0?
This comment was minimized by the moderator on the site
HI, I am coping and pasting the above formula and i can't get it to work. I have many blank cells appearing but no common data showing. Please what am I doing wrong? I keep the "zzz" in the lookup formula is that correct?
This comment was minimized by the moderator on the site
hi any body can help me ?how to find common values if i have 10 column or above please solve that formula or mail my address
This comment was minimized by the moderator on the site
Hello. I tried using this formula and it works perfectly but there is one slight problem. It takes a lot of time for the calculation. It is taking around 20 seconds everytime I change some entries in the columns. Can you help regarding it?
This comment was minimized by the moderator on the site
I have tried the formula and it seems it works. Could I apply the same to find a macth between 5 columns?
This comment was minimized by the moderator on the site
yes, I did that.

This comment was minimized by the moderator on the site
I HAD TRIED THE FORMULA, BUT DO NOT GET THE RESULT. WHY??
This comment was minimized by the moderator on the site
Same here. I get "#N/A" instead of any results. I even recreated the spreadsheet shown in the example and got the same results.
This comment was minimized by the moderator on the site
Hello, Richard,
The formula works well in my workbook, could you give a screesnhot here to show your problem?
You can take a screenshot and click Upload files icon to insert your screenshot here.
Thank you!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations