Hello everyone, first time posting here. I'm trying to retrieve information from a table like the one below as such:
<tbody>
A
B
C(function)
C(outcome)
1
a
Harry
=IF(A1="a","YES","NO")
YES
2
ab
Ron
=IF(A2="a","YES","NO")
NO
</tbody>
Basically if a cell in column A contains "a" I want...