Hello,
I'm struggling with adding conditional formatting to a function that combines index and match
Here is the function:
=INDEX('Sheet2'!$C$7:$C$91,MATCH(A12,'Sheet2'!$B$7:$B$91,0))
So this function returns values when there is a value, but more often than not it returns #N/A when there's no match.
How do I white-out the #N/A to unclutter how my page looks? I tried to use the "text that contains" option on conditional formatting but nothing happens. Do I need to add some sort of If function (maybe with istext) around the existing function?
Thank you for the help.
Bookmarks