Forum Discussion
Thomas Bryant
Jun 20, 2019Copper Contributor
Checking A Column
So I've made the following formula =IF(MATCH(B1,B2:B4,0),"True") What I want to do is if it returns true I want it to compare the corresponding A column cell to A1 and only return True if they both ...
SergeiBaklan
Jun 20, 2019Diamond Contributor
- Thomas BryantJun 20, 2019Copper ContributorIt was a help. That formula returns the respective cell value. Now to fugure out how to get it to return False if the value isn't equal to A1. Heres an edit I just tried that didn't work
=If((IFERROR(INDEX($A$2:$A$4, MATCH(B1,$B$2:$B$4,0))=A1,True,False)- SergeiBaklanJun 20, 2019Diamond Contributor
- Thomas BryantJun 20, 2019Copper ContributorI attached the file. For some reason it still returns False even though A1 & B1 should both be true