+ Reply to Thread
Results 1 to 4 of 4

GOOGLE SHEETS: Vlookup Update on whole worksheet

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    Pakistan
    MS-Off Ver
    2016
    Posts
    95

    GOOGLE SHEETS: Vlookup Update on whole worksheet

    Hi,

    I need to update Vlookup formula range, In the worksheet I was matching keywords with column number 2, now I want to replicate the same sheet and want to match the values with column number 4.
    Is there any option I can update formula in my whole worksheet in Google Spreadsheets.

    Please Help

    Here is the formula

    =VLOOKUP(C17,Sheet2!$A$3:$B$7062,2,false)
    Also if I need to update the Range i-e "7062" How would I do that

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: Vlookup Update on whole worksheet

    Place the complte range you want in the range section and the column you need, the column must always be inside the range columns
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    02-22-2013
    Location
    Pakistan
    MS-Off Ver
    2016
    Posts
    95

    Re: Vlookup Update on whole worksheet

    Vlookup formula is added in multiple columns

    I need to manually update each time and drag towards the bottom. If there any bulk update option in workbook ?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,199

    Re: Vlookup Update on whole worksheet

    As per previous reply

    change to all ...

    =VLOOKUP(C17,Sheet2!$A$3:$E$7062,2,false)

    and change required column as needed ..

    If you need to MATCH with column 4 ie column D

    =VLOOKUP(C17,Sheet2!$D$3:$E$7062,2,false)

    or match with A but get data from column D

    =VLOOKUP(C17,Sheet2!$A$3:$E$7062,4,false)
    Last edited by JohnTopley; 12-15-2021 at 03:59 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Google Sheets vLookup issue
    By ahmadjw in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 8
    Last Post: 04-04-2021, 10:35 AM
  2. Google Sheets vLookup issue
    By ahmadjw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-04-2021, 09:13 AM
  3. Google Sheets: VLOOKUP help needed
    By r3mmi in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 13
    Last Post: 02-01-2021, 07:13 AM
  4. [SOLVED] Google Sheets: Update slave/child sheets from Master/Parent sheet
    By JGREEN17 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-29-2021, 03:03 PM
  5. [SOLVED] Vlookup for another sheet in google sheets
    By turkanet in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 12-02-2018, 04:42 AM
  6. Google Apps Script for Google Sheets Pulling Formulas from Master to Several Slave Sheets
    By excelroofing in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 08-22-2018, 02:06 AM
  7. need 'continue' function. how to update to new google sheets?
    By eusair in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 10-15-2014, 11:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1