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
Vlookup with multiple criteria - Google Docs Editors Community
VLOOKUP with multiple criteria?
Google Sheet Vlookup Multiple Criteria - Stack Overflow
VLookup Multiple Criteria Google Sheets - Stack Overflow
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!