Code:
<code>=INDEX('Search Console Data'!$D$2:$D$76140,SMALL(IF(ISNUMBER(MATCH('Search Console Data'!$C$2:$C$76140,Sheet1!$B$2,0)),MATCH(ROW('Search Console Data'!$C$2:$C$76140),ROW('Search Console Data'!$C$2:$C$76140)),""),ROWS($A$2:A2)))</code>
The above code is for single criteria works awesome but the problem is multiple criteria, from the above code I am getting the values that matched with the cell value "Sheet1!$B$2" but along with that I need to match the other value in different sheet 'Search Console Data'!$b$1:$b$100="USA". How can I apply multiple criteria in the above formulae. Thanks for the help
With my knowledge I tried this (Sheet1!$B$2)*( 'Search Console Data'!$b$1:$b$100="USA") but it seems not working. Any idea?
I have attached the file, as per the file I want to return only if the page=/123/ and country=USA. Please see the sheet1 for the work I did. In the attached file I created single criteria formulae how can I update the formulae to multiple criteria
https://docs.google.com/spreadsheets/d/1SVLOVxg23umsioSWUmzacpT8yzu1g3XVPuCn5sFnp8Q/edit?usp=sharing