Relative Content

Tag Archive for google-sheetsgoogle-sheets-formulaarray-formulas

Google Sheet Vlookup Multiple Criteria

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 list of price levels and each price level’s requirement/settings such as minimum product size, maximum product size, minimum cost, maximum cost, department and more. My objective is to have an arrayformula on my Database sheet that uses the product details to look up the correct price level on the PriceTiers sheet similar to a vlookup with multiple criteria.

Return cells for which the sum of their row values = 20

I want to create a formula that returns the sum of any cells where the sum of their row value = 20. For example, B2+B22, B12+C12, B13+E15+G4, and so on. I also do not want it to call any cell twice in the same sum (for example, B12+B17+B17)

Force =AND(,) to output a

How can I force a google sheets function like AND to perform its operation individually across each scalar index when it receives two vector inputs?