메인 컨텐츠로 가기

셀에 Excel의 특정 텍스트가 포함 된 경우 다른 셀의 값을 반환하는 방법은 무엇입니까?

아래에 표시된 예와 같이 셀 E6에 "예" 값이 포함되어 있으면 셀 F6에 "승인" 값이 자동으로 채워집니다. E6에서 "예"를 "아니오" 또는 "중립성"으로 변경하면 F6의 값이 즉시 "거부" 또는 "재고려"로 변경됩니다. 그것을 달성하기 위해 어떻게 할 수 있습니까? 이 문서에서는 쉽게 해결하는 데 도움이 되는 몇 가지 유용한 방법을 수집합니다.


셀에 수식이있는 특정 텍스트가 포함 된 경우 다른 셀의 값 반환

셀에 특정 텍스트 만 포함 된 경우 다른 셀의 값을 반환하려면 다음 수식을 사용해보십시오. 예를 들어 B5에 "Yes"가 포함되어 있으면 D5에 "Approve"를 반환하고 그렇지 않으면 "No Qualified"를 반환합니다. 다음과 같이하십시오.

D5를 선택하고 아래 공식을 복사하고 엔터 버튼 키. 스크린 샷보기 :

수식 : 셀에 특정 텍스트가 포함 된 경우 다른 셀의 값 반환

= IF (ISNUMBER (SEARCH ( "가능",D5)), "승인","자격 없음")

배송 시 요청 사항:

1. 공식에서“가능" D5"승인"및"자격 없음”는 B5 셀에 "Yes"라는 텍스트가 포함 된 경우 지정된 셀이 "approve"텍스트로 채워지고, 그렇지 않으면 "No Qualified"로 채워짐을 나타냅니다. 필요에 따라 변경할 수 있습니다.

2. 지정된 셀 값을 기반으로 다른 셀 (예 : K8 및 K9)에서 값을 반환하려면 다음 수식을 사용하십시오.

= IF (ISNUMBER (SEARCH ( "가능",D5)),K8,K9)

특정 열의 셀 값을 기준으로 선택 영역의 전체 행 또는 전체 행을 쉽게 선택합니다.

최대 XNUMXW 출력을 제공하는 특정 셀 선택 ~의 유용성 Excel 용 Kutools Excel의 특정 열에있는 특정 셀 값을 기반으로 선택 영역의 전체 행 또는 전체 행을 빠르게 선택할 수 있습니다.  지금 Excel 용 Kutools의 모든 기능을 제공하는 60 일 무료 트레일을 다운로드하십시오!


셀에 수식이있는 다른 텍스트가 포함 된 경우 다른 셀의 값 반환

이 섹션에서는 셀에 Excel의 다른 텍스트가 포함 된 경우 다른 셀의 값을 반환하는 수식을 보여줍니다.

1. 두 개의 열에 별도로 위치한 특정 값과 반환 값으로 테이블을 만들어야합니다. 스크린 샷보기 :

2. 값을 반환 할 빈 셀을 선택하고 아래 수식을 입력 한 다음 엔터 버튼 결과를 얻으려면 키. 스크린 샷보기 :

수식 : 셀에 다른 텍스트가 포함 된 경우 다른 셀의 값 반환

= VLOOKUP (E6,B5 : C7,2,그릇된)

배송 시 요청 사항:

이 식에서, E6 셀에는 값을 반환 할 특정 값이 포함되어 있습니다. B5 : C7 특정 값과 반환 값을 포함하는 열 범위입니다. 2 숫자는 테이블 범위의 두 번째 열에있는 반환 값을 의미합니다.

이제부터 E6의 값을 특정 값으로 변경하면 해당 값이 즉시 F6에 반환됩니다.


셀에 다른 텍스트가 포함 된 경우 다른 셀의 값을 쉽게 반환

실제로 위의 문제를 더 쉽게 해결할 수 있습니다. 그만큼 목록에서 값 찾기 ~의 유용성 Excel 용 Kutools 공식을 기억하지 않고 몇 번의 클릭만으로 달성 할 수 있습니다.

1. 위의 방법과 동일하게 두 개의 열에 개별적으로 배치되는 특정 값과 반환 값으로 테이블을 만들어야합니다.

2. 결과를 출력 할 빈 셀을 선택한 다음 (여기서는 F6 선택)을 클릭합니다. 쿠툴 > 수식 도우미 > 수식 도우미. 스크린 샷보기 :

3. 에서 수식 도우미 대화 상자에서 다음과 같이 구성하십시오.

  • 3.1에서 공식 선택 상자, 찾기 및 선택 목록에서 값 찾기;
    방문 꿀팁: 확인할 수 있습니다 필터 상자에 특정 단어를 텍스트 상자에 입력하여 수식을 빠르게 필터링합니다.
  • 3.2에서 테이블_배열 상자에서 1 단계에서 만든 머리글이없는 테이블을 선택합니다.
  • 3.2에서 조회 _ 값 상자에서 값을 반환 할 특정 값이 포함 된 셀을 선택합니다.
  • 3.3에서 상자에서 일치하는 값을 반환 할 열을 지정합니다. 또는 필요에 따라 텍스트 상자에 열 번호를 직접 입력 할 수 있습니다.
  • 3.4 OK 단추. 스크린 샷보기 :

이제부터 E6의 값을 특정 값으로 변경하면 해당 값이 즉시 F6에 반환됩니다. 아래 결과를 참조하십시오.

  이 유틸리티의 무료 평가판 (30 일)을 받으려면 그것을 다운로드하려면 클릭하십시오을 클릭 한 다음 위 단계에 따라 작업 적용으로 이동합니다.


Excel 용 Kutools- 항상 미리 작업을 완료하고 인생을 즐길 수있는 더 많은 시간을 가질 수 있도록 도와줍니다.
자신과 가족을 위해 시간을 할애하지 않고 일을 따라 잡는 자신을 자주 발견하십니까?  Excel 용 Kutools 처리하는 데 도움을 줄 수 있습니다. 80% 엑셀 퍼즐과 80%의 작업 효율성을 향상시켜 가족을 돌보고 삶을 즐길 수 있는 더 많은 시간을 제공합니다.
300가지 작업 시나리오를 위한 1500가지 고급 도구로 작업이 그 어느 때보다 훨씬 쉬워집니다.
더 이상 공식과 VBA 코드를 암기 할 필요가 없습니다. 이제부터 두뇌에 휴식을 취하세요.
복잡하고 반복되는 작업은 몇 초 만에 한 번 처리 할 수 ​​있습니다.
매일 수천 건의 키보드 및 마우스 작업을 줄이고 지금 직업병에 작별 인사를하십시오.
3 분 안에 Excel 전문가가되어 빠르게 인정 받고 급여 인상 프로모션을받을 수 있습니다.
110,000 명의 매우 효과적인 사람들과 300 개 이상의 세계적으로 유명한 기업의 선택.
$ 39.0의 가치를 다른 사람의 $ 4000.0보다 더 가치있게 만드십시오.
전체 기능을 30일 동안 무료로 평가할 수 있습니다. 이유 없이 60일 환불 보장.

Comments (98)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
What would I need to add to this formula (Method A) to get a third BLANK option? And where would it go?
Example:
If the cell I'm searching is blank, I would like it to return no value in the other cell. I do not want the "if false" value to populate.
This comment was minimized by the moderator on the site
i want a cell to automatically choose a number based on the drop-down option in the cell before, e.g drop-down, half meal, full meal, if I select half meal drop-down, the next cell should show 50% while the full meal drop-down will reflect 100%. please help
This comment was minimized by the moderator on the site
Hi Josh,
In the cell where you want to output the percentage, enter the following formula and press the Enter key. Hope I can help.
=IF(C15="half meal", "50%", IF(C15="full meal", "100%", ""))
This comment was minimized by the moderator on the site
Is it possible to return a certain value in 1 column based on another?


What I currently have: On a differnt tab (same worksheet):
Column A Column B
Location Name Dept Location Name Location Code
Miami 4455 Miami 123


What I want to happen:
Location Name Dept
Miami 11234455

In Coumn B, I want it to first add a 1, then take what is in Column A, see what is the Location Code on then different tab, insert that location code, and add that to the front of the current data in Column B.

1 + 123 + 4455
This comment was minimized by the moderator on the site
Hi Jen Rader,
You can apply the following formula to get it done.
=IFERROR(1&VLOOKUP(A9,Sheet2!$A$2:$B$5,2, 0)&VLOOKUP(Sheet1!A9,Sheet1!$A$2:$B$5,2, 0),"")
In this formula,
1. A9 is the cell contains the value you want to return values based on;
2. Sheet2 is the tab name contains the "Location Code"; If the tab name contains space, please enclose the tab name in single quotes, such as 'tab name'.
3. Sheet1 is the tab name contains the "Dept";
4. $A$2:$B$5 is the range containing the table data (include both search values and return values ).
See screenshots below:
https://www.extendoffice.com/images/stories/comments/comment-picture-zxm/return1.png
https://www.extendoffice.com/images/stories/comments/comment-picture-zxm/return2.png
This comment was minimized by the moderator on the site
OMG Crystal! You are amazing! Show me your ways! Thank you so much - it worked exactly like I was hoping!
This comment was minimized by the moderator on the site
I am trying to find out the formula to copy the number shown in B2 on cell D2 if the Cell C2 has a letter "S". Can anyone help me?
This comment was minimized by the moderator on the site
Hi Aurora,
Please enter the following formula in cell D2.
=IF(ISNUMBER(SEARCH("S",C2)),B2,"No qualify")
This comment was minimized by the moderator on the site
Bonjour à tous, j'ai un tableau Excel et j'aimerais réaliser via une macro l'opération suivante: si une cellule contient une date, me renvoyer une valeur dans une autre cellule. Pourriez vous m'aider s'il vous plait? Je vous remercie par avance
This comment was minimized by the moderator on the site
STALLS D 25 Palais - Stalls SR
STALLS M 19 Palais - Stalls SR
LOUNGE E 22 Palais - Lounge SR
LOUNGE G 23 Palais - Lounge SL
ORCH K 40 Palais - Orchestra SR
For each line in a spreadsheet I need to evaluate against a table like above and find the value that matches all of the first 3 values.
Normally I would use sumifs for this type of problem but the answer is a text string so it returns 0
This comment was minimized by the moderator on the site
I need a formula that makes column N equal the text “OTO” if column K equals MCS TRAINING how do I do that???
This comment was minimized by the moderator on the site
Hi Abby,Please apply the following formula in the cells of column N:=IF(ISNUMBER(MATCH("MCS TRAINING",K1)),"OTO","NULL")
This comment was minimized by the moderator on the site
Hi - This is my formula that I am working with.  Currently it works, but where B21 is being returned, the value of B21 is a link to another place altogether.  I want to keep the display text but would like to include the link as well.  Can this be done?  =IF(ISNUMBER(SEARCH("DATA_MAPPING",general_report!AJ21)),general_report!B21,"")
This comment was minimized by the moderator on the site
Is it possible to split the return value to a different tab? IE: columns B and C are located on one tab, and values in columns E and F are located on a different tab?
This comment was minimized by the moderator on the site
Hi

Is it possible to populate another cell, not the cell with the formula.

Example
A1 Yes
A2 3
A3 Formula searches A1, Grabs value at A2 and if Yes Paste it in A4
A4 3 
This comment was minimized by the moderator on the site
Hi,
Sorry can't help you with the problem. I suggest you post the problem to the forum below to get help from other Excel enthusiasts.
https://www.extendoffice.com/forum/kutools-for-excel.html 
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations