Trying to use AND & OR in IF function

Options

I keep getting Daily for all values. I want the UOM column to be Daily unless the Vendor column is US Med-Equip and over 28 or if the Vendor column is Fukuda. Otherwise, it should be Daily.

=IF(AND(Vendor@row = "US Med-Equip", Days@row >= 28, OR(Vendor@row = "Fukuda Denshi")), "Month", "Daily")

True=Month

False=Daily

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!