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
visual studio 2008 installation issue
Asp.Net I need help. I am not passing Date values to my the Conrol Parameters?? in a SqlDatasource using Ajax
IIS Web site works in all browsers except Safari on Mac
how to implement virtual mode in the DataGridView control?
publishing websites in TMG 2010
VB.NET Setup Installing App Files Without Asking What Folder to Install
VPN 721 error
centOS VPS setup - Domain name setup
windows XP - Multimedia Audio Controller missing - drivers?
creating image using coldfusion