🌐
Reddit
reddit.com › r/googlesheets › vlookup with two match criteria
r/googlesheets on Reddit: Vlookup with two match criteria
July 7, 2023 -

Hi! I’m trying to do a vlookup with two match criteria, I’ve tried doing so with an IF formula but it keeps telling me I have two many arguments.

Basically I’m trying to find impressions based on a project name, but the second criteria is it’s broken out by day and has to match the day. Anyone have tips on what the correct formula for this is?

Here is the link to the sheet and what I'm trying to populate is highlighted in yellow. https://docs.google.com/spreadsheets/d/1nkHlUr9QxSlWHKZ8M-gYn0zJOOmdMGY-Ktc4n1gONh0/edit?usp=sharing

🌐
Ben Collins
benlcollins.com › home › vlookup multiple criteria in google sheets
How to Vlookup Multiple Criteria and Columns in Google Sheets
June 20, 2024 - Learn how to use Vlookup with multiple criteria, by combining input criteria, creating helper columns or searching with dynamic arrays.
Discussions

Vlookup with multiple criteria - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on More on support.google.com
🌐 support.google.com
August 1, 2022
VLOOKUP with multiple criteria?
Hello there, I would use a filter if I were you, here is the formula: =IFNA( FILTER($C$3:$C$7,$B$3:$B$7=$F4,$D$3:$D$7=G$3)) paste the formula above in F4 and drag down and right to fill in the rest. More on reddit.com
🌐 r/googlesheets
6
6
April 17, 2023
Google Sheet Vlookup Multiple Criteria - Stack Overflow
I have a Database sheet with a list of products and each product's details including but not limited to the product size, cost, department and more. On a separate sheet named PriceTiers, I have a l... More on stackoverflow.com
🌐 stackoverflow.com
VLookup Multiple Criteria Google Sheets - Stack Overflow
0 Google sheets filter multiple columns using OR but returns AND result More on stackoverflow.com
🌐 stackoverflow.com
🌐
Vlookup
vlookup.com › google-sheets › vlookup-multiple-criteria
VLOOKUP with multiple criteria in Google Sheets
In Google Sheets, VLOOKUP cannot natively search with multiple criteria. Use VLOOKUP with a helper column to join multiple criteria together.In this example, we'll find someone's email address based on their first and last name:
🌐
Google Support
support.google.com › docs › thread › 173386451 › vlookup-with-multiple-criteria
Vlookup with multiple criteria - Google Docs Editors Community
August 1, 2022 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
🌐
Owox
owox.com › blog › articles › google sheets tips › vlookup with multiple criteria in google sheets made easy
VLOOKUP with Multiple Criteria in Google Sheets in 2025
May 25, 2026 - Learn how to use VLOOKUP with multiple criteria in Google Sheets. A step-by-step guide with examples to simplify your lookups without helper columns
🌐
Coupler.io Blog
blog.coupler.io › home › vlookup google sheets explained: how to search data vertically in spreadsheets
VLOOKUP Google Sheets Explained | Coupler.io Blog
August 5, 2025 - For this, you can merge cells using the ampersand (&) as follows: A1&" "&B1. ... Note: Read more about Merging Cells in Google Sheets. If you want to vlookup multiple values, you need to use two or more formulas wrapped in curly brackets.
🌐
Vlookup
vlookup.com › google-sheets › vlookup-multiple-matches
VLOOKUP with multiple match results in Google Sheets
In Google Sheets, VLOOKUP cannot natively return multiple values from multiple matches. Use FILTER to look up all the matches and return the corresponding values.
Find elsewhere
🌐
Ablebits
ablebits.com › ablebits blog › google sheets tips › google sheets functions › index match in google sheets – another way for vertical lookup
INDEX MATCH in Google Sheets – another way for vertical lookup
April 24, 2020 - You can try incorporating wildcard characters or try Multiple VLOOKUP Matches and see how it handles partial matches. ... Sheet 1 = google form responses with email address and scores Sheet 2 = Column A = full name and column B = their email address Sheet 3 = Column A = full name and column B = scores
🌐
Reddit
reddit.com › r/googlesheets › vlookup with multiple criteria?
r/googlesheets on Reddit: VLOOKUP with multiple criteria?
April 17, 2023 -

https://imgur.com/a/nkoxcQt

I am creating a budget overview document consisting of multiple projects and a timeline in months. The structure is that project managers fill in the budget in a list of projects wich they update with new preojects as they come in, and then the overview presents that budget. I have created a mockup of the problem.

The issue I'm having is that I wanted to use VLOOKUP to match the budget with the project, but I also need to fill the criteria that the month matches. I have tried FILTER function and IF (specifically IF(D3:D=G1,VLOOKUP(F4,B3:C7,2),0)) but nothing has worked. I feel like there should ba an easy solution to this but I am drawing blank. Any help is very appriciated!

🌐
LinkedIn
linkedin.com › pulse › episode-105-how-do-vlookup-multiple-conditions-criteria-al-chen
Episode #105: How to do a VLOOKUP with multiple conditions or criteria (3 methods)
September 26, 2022 - The reason you need to wrap this in an ARRAYFORMULA is because you are telling Google Sheets to look at all cells in a column (an array) instead of one cell at a time. The "result" of the ARRAYFORMULA is a list of 0s and 1s where the 1s represent rows that meet all the conditions: So we have a list of 0s and 1s, now we need to join it with the actual list of values we want to return from our VLOOKUP function (the Fuel_Type column).
🌐
Google Sheets
sheetsformarketers.com › home › blog › how to vlookup multiple criteria in google sheets
How to VLOOKUP Multiple Criteria in Google Sheets - Sheets for Marketers
October 31, 2023 - In this guide, we will show you how to use the VLOOKUP function to search for multiple criteria in Google Sheets.
🌐
Coursera
coursera.org › coursera articles › data › data analytics › how to use vlookup in google sheets
How to Use VLOOKUP in Google Sheets | Coursera
August 8, 2026 - Here are some more ways you can ... keys. The most common way to approach a VLOOKUP with multiple criteria is to create a “helper column.”...
🌐
Statology
statology.org › home › google sheets: use vlookup with multiple criteria
Google Sheets: Use VLOOKUP with Multiple Criteria
July 29, 2022 - This tutorial explains how to use VLOOKUP with multiple criteria in Google Sheets, including an example.
🌐
Spreadsheet Point
spreadsheetpoint.com › home › formula posts › how to use vlookup with multiple criteria
How to Use VLOOKUP with Multiple Criteria
June 3, 2024 - By concatenating the criteria into a single string, VLOOKUP can effectively search for values based on multiple conditions. The helper column method involves adding an extra column to the dataset, while the ARRAYFORMULA method constructs a dynamic ...
🌐
Zapier
zapier.com › productivity › app tips
How to use VLOOKUP in Google Sheets: A complete guide
March 19, 2026 - This error can occur if you use VLOOKUP in Google Sheets to look up a value for which no exact match exists in your first column. Let's say you want to see how many products a customer purchased, but you have multiple customers with the same name (looking at you, Tim Johnson). Normally, the VLOOKUP function is limited to one search value, but you can scan for multiple criteria ...
🌐
InfoInspired
infoinspired.com › home › google docs › spreadsheet › vlookup with multiple criteria in google sheets: the proper way
VLOOKUP with Multiple Criteria in Google Sheets: The Proper Way
July 4, 2024 - HomeGoogle DocsSpreadsheetVLOOKUP with Multiple Criteria in Google Sheets: The Proper Way ... VLOOKUP with multiple criteria involves using two or more lookup values, each located in different columns in Google Sheets.