Activity › Forums › Salesforce® Discussions › How to implement VLookup in Salesforce formulas? Tagged: Salesforce Apex, Salesforce formulas, Salesforce SOQL, VLookup Salesforce® Discussions How to implement VLookup in Salesforce formulas? Posted by Naman on April 14, 2016 at 9:16 AM How to implement VLookup in Salesforce formulas? shariq replied 7 years, 7 months ago 4 Members · 3 Replies Salesforce ApexSalesforce formulasSalesforce SOQLVLookup 3 Replies Ravi Member April 14, 2016 at 9:25 AM It searches an object for a record where specified field matches the specified lookup value. If a match is found, returns another specified value. syntax of vlookup: VLOOKUP(field_to_return, field_on_lookup_object, lookup_value) [adinserter block='9'] Parul Member September 20, 2018 at 12:54 AM VLOOKUP(field_to_return, field_on_lookup_object, lookup_value) Searches an object for a record where the specified field matches the specified lookup_value. If a match is found, returns another specified field value. shariq Member September 20, 2018 at 7:31 PM Hi, Try this – VLOOKUP(field1, lookup, value) Hope this helps. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me