Hi, currently i have a formula that looks collects a maximum date based on 2 criteria. (material type and delivery, usage or cycle count column).
i would like to collect the data if its a usage case or delivery, can i use an "or" in my formula or something?
current formula:
=MAX(COLLECT({Metal Inventory Intake / Form Range 8}, {Metal Inventory Intake / Form Range 3}, ="Bronze'", {Metal Inventory Intake / Form Range 2}, ="USAGE"))
desired fromula:
=MAX(COLLECT({Metal Inventory Intake / Form Range 8}, {Metal Inventory Intake / Form Range 3}, ="Bronze'", {Metal Inventory Intake / Form Range 2}, ="USAGE" or "DELIVERY"))