Forum Discussion
darshp1
8 years agoRegular Visitor
LOOKUPVALUE Randomly Returns Blank Values
I have a dataset with Names of volunteers and each one is given a unique ID number. In another table, I have some contacts and in that table, there is a column of with the Volunteer ID of the volunt...
waltheed
8 years agoImpactful Individual
If you have a table with unique volunteers you should be able to do this by creating a relationship between the tables, and use the related() function.
Can you share an example of your data?