Hello, I have a VBA change event that inserts a v-lookup as follows:
cell.Value = "=VLOOKUP(""C""&(TEXT(RC[-1],""0"")),'Summary by Project- exBR'!R4C3:R200C4,2,FALSE)"
I need the formula to be modified to include an iferror function (or something similar), so that if the value is #NA , it will return a blank result, "".
Any thoughts?
cell.Value = "=VLOOKUP(""C""&(TEXT(RC[-1],""0"")),'Summary by Project- exBR'!R4C3:R200C4,2,FALSE)"
I need the formula to be modified to include an iferror function (or something similar), so that if the value is #NA , it will return a blank result, "".
Any thoughts?