Relative Content

Tag Archive for if-statementgoogle-sheets

Google Sheets: multiple instances for if() statements inside arrayformula()

I’m trying to create a formula in Google Sheets that evaluates each row in a sheet based on the rules I have in another sheet. Each row in the rules sheet should be treated as a rule. However, my current formula only returns the first instance that meets the criteria of a rule, instead of all instances that match the criteria.