Two questions:
1)
I have an if statement with 2 vlookups and want to augment the formula to return a blank rather than N/A when the lookups yield no results.
Formula I'm using:
=IF(BH61="Parent",VLOOKUP(A:A,A:AI,35,0),VLOOKUP(BH:BH,A:AI,35,0))
2)
I am attempting to concatenate some cells...