I have this formula that works with the "CONTAINS" function, but I now want it to equal that number instead of contains (as the contains doesn't work if it equals oddly enough).
=SUMIFS({TOTAL COST - Costing Sheet}, {CODE - Costing Sheet}, OR(CONTAINS("300", @cell), CONTAINS("301", @cell), CONTAINS("302", @cell), CONTAINS("802", @cell), CONTAINS("855", @cell), CONTAINS("303", @cell)), {WALL ID - Costing Sheet}, [Wall ID]@row)
I tried having @cell=the number, but that doesn't work. (*I removed a bunch of the numbers until I can get the formula to work!)
=SUMIFS({TOTAL COST - Costing Sheet}, {CODE - Costing Sheet}, OR(@cell = "300", @cell = "301"), {WALL ID - Costing Sheet}, [Wall ID]@row)
Any thoughts other than adding all my sumifs together?
Thanks!