Activity Forums Salesforce® Discussions How to implement VLookup in Salesforce formulas?

  • 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)

  • 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.

Popular Salesforce Blogs

Popular Salesforce Videos