Vbapadawan
New Member
- Joined
- Jul 5, 2015
- Messages
- 13
I'm lost, I cannot find how to get the cell to display BLANK instead of NA# with the following code... Please help oh master of the Excel
Code:
=IF(ISERROR(INDEX(List1, MATCH(0, COUNTIF($B$5:B23, List1), 0))), INDEX(List2, MATCH(0, COUNTIF($B$5:B23, List2), 0)), INDEX(List1, MATCH(0, COUNTIF($B$5:B23, List1), 0)))