About 1,579,405 results (1,087 milliseconds)

VLOOKUP - Google Docs Editors Help

https://support.google.com/docs/answer/3093318?hl=en
For example, if you want to buy an orange, you can use VLOOKUP to search for the price. VLOOKUP formula example ... VLOOKUP with multiple criteria example.

Nested Lookup Formula Across Multiple Excel Sheets - Google ...

https://support.google.com/docs/thread/273069198/nested-lookup-formula-across-multiple-excel-sheets?hl=en
May 6, 2024 ... Thank you for sharing a sample spreadsheet. Try something like this: =map(tocol(Master!P2:P; 1); lambda(name; hstack( ifna(vlookup(name ...

Using Vlookup / array formula with two columns of reference data ...

https://support.google.com/docs/thread/163110587/using-vlookup-array-formula-with-two-columns-of-reference-data?hl=en
May 11, 2022 ... I'm trying to populate column D on Sheet 1. I've created an example of this spreadsheet here - any help would be most appreciated! https ...

I need help with Vlookup Image using two different tabs of the same ...

https://support.google.com/docs/thread/98107612/i-need-help-with-vlookup-image-using-two-different-tabs-of-the-same-sheet?hl=en
Feb 14, 2021 ... I'm not really good with using Google Sheets and Excel via formulas. Would it be ok if you made an example formula on the sheet so I can ...

VLOOKUP with Rounding Up! - Google Docs Editors Community

https://support.google.com/docs/thread/3883132/vlookup-with-rounding-up?hl=en
Apr 9, 2019 ... The formula I've tried (not working is) =VLOOKUP(D2 ... Example Row 2: Weight is 0.66 pounds. Lookup rounded up rate is 0.69 ...

question about VLOOKUP / IMPORTRANGE - Google Docs Editors ...

https://support.google.com/docs/thread/229549318/question-about-vlookup-importrange?hl=en
Aug 9, 2023 ... ... spreadsheet. In instances where you have multiple IMPORTRANGE() formulas importing from the same spreadsheet, or a formula using IMPORTRANGE ...

Any way to use variables in Sheets formulas? - Google Docs Editors ...

https://support.google.com/docs/thread/142145061/any-way-to-use-variables-in-sheets-formulas?hl=en
Dec 24, 2021 ... I *have* a formula that works, but it's slow, probably because since I use multiple columns in the target sheet I have to call vlookup multiple ...

Vlookup and pivot table doesn't give result. - Google Docs Editors ...

https://support.google.com/docs/thread/102249927/vlookup-and-pivot-table-doesn-t-give-result?hl=en
Mar 15, 2021 ... If vlookup function is above pivot table (rows 12 and up) it will not update result as I edit the name. Only if I make second edit somewhere on ...

Vlookup Data from Other Spreadsheets - Google Docs Editors ...

https://support.google.com/docs/thread/5357118/vlookup-data-from-other-spreadsheets?hl=en
May 2, 2019 ... I would like to use vlook function which the data range is in other separate spreadsheet. I type below in the cell but it came up '"N/A"(wrong number of ...

How to use IFS with multiple output options - Google Docs Editors ...

https://support.google.com/docs/thread/6146020/how-to-use-ifs-with-multiple-output-options?hl=en
May 14, 2019 ... I am trying to write a formula to use IFS function to return a type ... The easiest answer is to use the VLOOKUP function instead of IFS ...

Using an ifna(vlookup) formula - Google Docs Editors Community

https://support.google.com/docs/thread/97563724/using-an-ifna-vlookup-formula?hl=en
Feb 11, 2021 ... Looking at the tab "Rimwell, C", you can see that the Red Outlined cell N24 is empty of value. I'm thinking you may be writing your posts based ...

Can you enter multiple data in one cell and parse them separately ...

https://support.google.com/docs/thread/7671180/can-you-enter-multiple-data-in-one-cell-and-parse-them-separately-when-referencing-the-cell?hl=en
Jun 8, 2019 ... ... 2) it might make the spreadsheet more visually messy for people reading it. ... The vlookup function, by itself, looks up one key value in a list.

Value is present, but receiving error "Did not find value "____" in ...

https://support.google.com/docs/thread/44925399/value-is-present-but-receiving-error-did-not-find-value-in-vlookup-evaluation?hl=en
May 6, 2020 ... I put a function on the sample sheet to check this (the true/false). This will match the entire column. =ARRAYFORMULA(VLOOKUP(TO_TEXT(A1:A) ...

Sheets: Why won't VLOOKUP formula copy down the column ...

https://support.google.com/docs/thread/214871557/sheets-why-won-t-vlookup-formula-copy-down-the-column?hl=en
May 9, 2023 ... I wrote a VLOOKUP formula that should allow me to show on the ... Your sample spreadsheet is a Microsoft Excel file. If you need more ...

VLookup is not working - seems to be an issue with number's format ...

https://support.google.com/docs/thread/184867896/vlookup-is-not-working-seems-to-be-an-issue-with-number-s-format?hl=en
Oct 20, 2022 ... I have also done some sanity check with id I could find in both table with the formula =A1=B2 and it would come up as false! Then I did copy one ...

How to calculate salary percentage using vlookup - Google Docs ...

https://support.google.com/docs/thread/144193932/how-to-calculate-salary-percentage-using-vlookup?hl=en
Jan 5, 2022 ... Try the following formula ={"Beneficiary Percentage Amount";ArrayFormula( if( len(B2:B), A2:A * iferror( vlookup(B2:B, G:H,2,), 0 ) , ) )}

automated continued column index in vlookup - Google Docs ...

https://support.google.com/docs/thread/24348226/automated-continued-column-index-in-vlookup?hl=en
Dec 31, 2019 ... I believe a better solution would be to make an array formula version. ... Only the one formula for multiple columns. I'm pretty sure you could ...

DATEDIF with VLOOKUP and TODAY() - Google Docs Editors ...

https://support.google.com/docs/thread/2668974/datedif-with-vlookup-and-today?hl=en
Mar 19, 2019 ... ... Vlookup formula. For example, in the below linked example spreadsheet, G8 has a result containing two dates. The second date is the one I ...

Error when using SWITCH inside VLOOKUP - Google Docs Editors ...

https://support.google.com/docs/thread/6839361/error-when-using-switch-inside-vlookup?hl=en
May 26, 2019 ... ... function as it cannot output an Array. You will need to use a regular type formula that needs to be dragged down the column. Here are two ...

2 cells input, 1 cell output, Struggling with VLOOKUP - Google Docs ...

https://support.google.com/docs/thread/137785514/2-cells-input-1-cell-output-struggling-with-vlookup?hl=en
Nov 29, 2021 ... This same concatenation is done for the two columns with that data on Sheet2. If a criteria is not found, the Iferror() function will return the ...