About 1,760,786 results (4,201 milliseconds)

Matching 2 columns and returning value from 3rd column - Google ...

https://support.google.com/docs/thread/3989016/matching-2-columns-and-returning-value-from-3rd-column?hl=en
Apr 11, 2019 ... I need help with a formula that can look at all the cells of column D, find out the matching cells in column A, and then return the relevant ID-number to ...

Get latest value for a column based on another column (date ...

https://support.google.com/docs/thread/93650393/get-latest-value-for-a-column-based-on-another-column-date?hl=en
Jan 15, 2021 ... ... new sheet called Stephen Help and placed two formulae ... The VLOOKUP then returns an index of column 3 from that data. =ArrayFormula(VLOOKUP ...

LOOKUP - Google Docs Editors Help

https://support.google.com/docs/answer/3256570?hl=en
The other way is to combine these two arguments into one search_result_array where the first row or column is searched and a value is returned from the last row ...

Update different columns based on text value of other cells. - Google ...

https://support.google.com/docs/thread/7826333/update-different-columns-based-on-text-value-of-other-cells?hl=en
Jun 11, 2019 ... The formula we have so far pulls the correct value (in sheet Total Inventory, H3). But we need to be able to tie that value to either Toronto ...

Converted Excel spreadsheet - erratic functioning of identical ...

https://support.google.com/docs/thread/15926571/converted-excel-spreadsheet-erratic-functioning-of-identical-formulae-on-the-same-work-sheet?hl=en
Oct 3, 2019 ... ... second attached worksheet (Glossary) and return a set of values. Another cell would then LOOKUP the time against the values brought up by ...

Delete row that return "#N/A" Lookup value - Google Docs Editors ...

https://support.google.com/docs/thread/56976614/delete-row-that-return-n-a-lookup-value?hl=en
Jul 3, 2020 ... I would like a function or something to automatically delete these rows that return "#N/A" in the B column.

MATCH function - Google Docs Editors Help

https://support.google.com/docs/answer/3093378?hl=en
To return the value itself or another value corresponding to the row or column the match is found in, use INDEX , HLOOKUP , or VLOOKUP . See Also. VLOOKUP ...

Lookup and Vlookup return results if value isn't found. I need to ...

https://support.google.com/docs/thread/46261703/lookup-and-vlookup-return-results-if-value-isn-t-found-i-need-to-show-an-error?hl=en
May 12, 2020 ... How do i write a formula that gives me an error when the value ... For the example below, I'm adding formulas in column B of Lookup Tab.

How to insert values from one column if there's a match in another ...

https://support.google.com/docs/thread/252642930/how-to-insert-values-from-one-column-if-there-s-a-match-in-another?hl=en
Jan 9, 2024 ... =arrayformula(iferror(vlookup(. C1:C,. 'Tab 2'!A1:B,. columns('Tab 2'!A1:B),. true. ))) This array formula will fill a whole column in one go.

Using IMPORTRANGE to pull relevant and matching data from ...

https://support.google.com/docs/thread/204519860/using-importrange-to-pull-relevant-and-matching-data-from-another-spreadsheet?hl=en
Mar 4, 2023 ... The VLOOKUP function needs a value to lookup, which is your ID value in cell A2 ... return the value in the second range (in this case column K).

LOOKUP() - AppSheet Help

https://support.google.com/appsheet/answer/10107410?hl=en
Returns the value from the column of the matching row of a table or slice. It returns only a single column value, even if several rows match.

Use table to match conditions and return specific value. - Google ...

https://support.google.com/docs/thread/173639272/use-table-to-match-conditions-and-return-specific-value?hl=en
Aug 2, 2022 ... I want to be able to return a value into column C based on the values in columns A and B which would be matched against the first and second columns of the ...

What is the best way to return multiple values from a single column ...

https://support.google.com/docs/thread/193895683/what-is-the-best-way-to-return-multiple-values-from-a-single-column-lookup?hl=en
Dec 21, 2022 ... I know how VLOOKUP works and how to write/understand the formula. However, it only returns a single value based on which cell was the most closely matched to ...

Retrieve value from last row based on multiple criteria - Google ...

https://support.google.com/docs/thread/8972210/retrieve-value-from-last-row-based-on-multiple-criteria?hl=en
Jun 29, 2019 ... =ARRAYFORMULA(LOOKUP(2,1/('Movimentações'!$B$3:$B=$A11) ... return the value from the second column. The list is treated as not sorted ...

Pull data from different sheets but only if it matches an entry in ...

https://support.google.com/docs/thread/79880266/pull-data-from-different-sheets-but-only-if-it-matches-an-entry-in-specific-column?hl=en
Oct 30, 2020 ... Normally, vlookup returns values from only one column. Like. vlookup ... I've added this formula to pull 4 of the columns. =ArrayFormula ...

Check one column for criteria, then move on to another and check ...

https://support.google.com/docs/thread/222128362/check-one-column-for-criteria-then-move-on-to-another-and-check-that-one-based-on-priority?hl=en
Jun 23, 2023 ... I need the formula to stop once it finds a matching value in a column, based on priority assigned to columns. It's basically an IFS formula. The ...

Lookup function returning blank cells, no error message - Google ...

https://support.google.com/docs/thread/6271412/lookup-function-returning-blank-cells-no-error-message?hl=en
May 16, 2019 ... Every percentage in column D is being pulled from the other tab using my Lookup formula. ... Column K, and returning the value in Column C.

Using VLOOKUP and MAX Functions Together - Google Docs ...

https://support.google.com/docs/thread/103260103/using-vlookup-and-max-functions-together?hl=en
Mar 21, 2021 ... I want this spreadsheet to lookup the max value for the "Profit Per Day" column, and return the name of the product associated with that value which is in a ...

Arrayformula version of Query with Cell Reference Lookup - Google ...

https://support.google.com/docs/thread/105750213/arrayformula-version-of-query-with-cell-reference-lookup?hl=en
Apr 10, 2021 ... My goal is to lookup a value from one column and return all matching results in a single cell with additional criteria in column C which can be several ...

Trying to find matching data in two columns on two sheets, then ...

https://support.google.com/docs/thread/240661419/trying-to-find-matching-data-in-two-columns-on-two-sheets-then-return-the-value-of-another-column?hl=en
Oct 24, 2023 ... Trying to find matching data in two columns on two sheets, then return the value of another column. ... lookup, arrayformula(ifna(. vlookup ...