About 51,200 results
Open links in new tab
  1. Lookup using table with separated columns - Stack Overflow

    Jul 1, 2013 · I would like to use VLOOKUP() using a table input consisting of columns that are not next to each other. Example MyCell = VLOOKUP(A1, MyTable, 2, FALSE) MyTable = B1:B10 …

  2. Vlookup referring to table data in a different sheet

    I would like to use a VLOOKUP function referring to a data table placed in a different sheet from the one where the VLOOKUP function in written. Example: in Sheet 1, cell AA3 I would like to …

  3. Excel-how to lock down "table array" values in vlookup, columns ...

    Feb 8, 2018 · With that in mind, these are my table array values for my vlookup formula that excel automatically populated for me as I used my mouse to highlight the table area.

  4. Dynamic table_array value for Vlookup function - Stack Overflow

    Mar 25, 2014 · Dynamic table_array value for Vlookup function Asked 11 years, 9 months ago Modified 11 years, 9 months ago Viewed 6k times

  5. VLOOKUP inside VLOOKUP formula to find table_array

    Mar 26, 2015 · What I want to have inside the VLOOKUP is table_array. Normally you have: =VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup]). My table_array …

  6. Filling down a VLOOKUP formula without changing the range

    Oct 8, 2015 · The following formula and works: =IFERROR(VLOOKUP(A1,Sheet1!A1:A19240,1,FALSE),"No Match") My problem is when I fill …

  7. excel - Writing a VLOOKUP function in vba - Stack Overflow

    Apr 6, 2011 · I'm trying to lookup a value on a spreadsheet within a table array using the VLOOKUP function in my vba code. I don't know how to write it correctly. Here is the normal …

  8. Excel VLOOKUP where the key is not in the first column

    Jul 28, 2016 · 31 "The range where the lookup value is located. Remember that the lookup value should always be in the first column in the range for VLOOKUP to work correctly. For example, …

  9. Using separated columns for a table_array in Vlookup

    Apr 28, 2014 · In column D I have the formula: =VLOOKUP (B1,table_array,2) where I want the table array to contain columns A & C and return the value of Column C. Any help would be …

  10. Issue with VLOOKUP when using a named range table

    Jun 1, 2018 · You need to modify the equation since your table array needs to start where your lookup value starts (IF you are using a VLOOKUP. There is another equally valid solution …