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
AP not accepting its service controller.
subnet beginner ?
i7-860 vs. i7-920
IIS 6.0 asp.net 2.0 cpu performance issue
breadcrumb trail in a dropdown box
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.
Compare 2 separate databases
SBS2003 - Exchange - Cannot open shared mailbox
Help with Vista re-installation
PHP Pass Parameters to Online Activation Page