I need to write a UDF to simulate DGET so that the function will return a string with all the records matched the criteria. For example:
=DGETModified(Database,"Name",Criteria)
The result will be a cell with value, "Name1, Name2, Name3"
Name1, Name2, and Name3 are extracted from different records that matched the criteria. I tried to use Find method in the UDF, but it doesn't work.
Pleaes help.
=DGETModified(Database,"Name",Criteria)
The result will be a cell with value, "Name1, Name2, Name3"
Name1, Name2, and Name3 are extracted from different records that matched the criteria. I tried to use Find method in the UDF, but it doesn't work.
Pleaes help.