You need to sign in to do that
Don't have an account?

vlookup fucntion for validation
HI All
I have a test field in my system , is it possible to use vlookup to avoid duplicate entry for this text field. Please advise.
thanks
ss
I have a test field in my system , is it possible to use vlookup to avoid duplicate entry for this text field. Please advise.
thanks
ss
1) http://focusonforce.com/configuration/salesforce-vlookup-example/
I dont think so you can control the duplicate value check by Vlookup. Vlookup is same like Excel function you can check the value only.
interesting, could you please explain how to avoid to enter duplicate value using workflow.
thanks
Then create a workflow and update this field with your test field.
I have tested and this is working fine.
Please let me know if you have any question.
In addition to what Maddy showed, you would have to do a second step of passing the value from the text field into your unique field (unless you can edit your test field to make that have the unique requirement). The workflow could be as simple as if your test field contains a value, pass that value to your unique field.