excel formula - IF Values match return true -
i trying code working when change target cell range of cells error #value!
this code works
=if(and(a1=sheet2!a2,b1=sheet2!b2),"true","false")
but if add range #value! error
=if(and(a1=sheet2!a2:a10,b1=sheet2!b2:b10),"true","false")
update : here example of trying achieve
any appreciated many thanks, and
different approach logic statement. instead looks through table , match name row , column date selected , pulls value @ location.
=index($b$7:$g$8,match($b3,$a$7:$a$8,0),match(c$1,$b$6:$g$6,0))
important: names in b3:b4 area have unique , spelled identical a7:a8 area. included trailing or leading spaces may accidentally drop in.
adjust reference ranges match need if tables on different sheets of workbook.
Comments
Post a Comment