skidragon02
New Member
I already am using the following formula in Column B:
=IF(ISERROR(VLOOKUP([@[RelRec From My List]],SherrysIVXlist,1,0)),[@[RelRec From My List]],"")
If this formula gives me a value in Column B, I want to take all of those given values and have them populate in a comma separated list. How should I write this formula?
=IF(ISERROR(VLOOKUP([@[RelRec From My List]],SherrysIVXlist,1,0)),[@[RelRec From My List]],"")
If this formula gives me a value in Column B, I want to take all of those given values and have them populate in a comma separated list. How should I write this formula?