Microsoft
Software
Hardware
Network
Question : How do I find a value in a third column based on a match between two other columns?
I suspect this is straightforward, but need some help nonetheless. In the attached table the cells in column H can contain either "Yes" or "No". There will only be one "Yes" in the H column. I need to match that "Yes" with the corresponding value in the E column and if the value is "A" return the corresponding value in the F column, otherwise return "N/A". In the attached table the function would return '5'. My attempt, without using the 'IF' statement is in the result box. Thanks for any help.
TestTable.xlsx
(9 KB)
(File Type Details)
Test table
Answer : How do I find a value in a third column based on a match between two other columns?
=IF(INDEX(E3:E12,MATCH("Ye
s",H3:H12,
0))="A",IN
DEX(F3:F12
,MATCH("Ye
s",H3:H12,
0)),NA())
h
th
Dave
Random Solutions
IBM System x3400 8K-I RAID Controller query
Event ID 37 Microsoft-Windows-Kernel-P
rocessor-P
ower
Script to Remove Groups from the "Member of" groups in a list of user accounts
Sysprep service pack 3
SBS 2008 How to Change the Company web Page Calender Date Format
jQuery hotkeys used in an iframe.
How to make vba wait for Cube formulas to calculate?
BGP on a switch
exchange 2003 and ISA 2006 certificate renew - RPC-HTTPS not working
I need sample jsp programs using MySQL data base.