Trying to use AND & OR in IF function

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
-
Figured it out! :)
=IF(OR(Vendor@row = "Fukuda", AND(Vendor@row = "US Med-Equip", Days@row >= 28)), "Month", "Daily")
Answers
-
Figured it out! :)
=IF(OR(Vendor@row = "Fukuda", AND(Vendor@row = "US Med-Equip", Days@row >= 28)), "Month", "Daily")
-
Thanks for posting your solution!
Need more information? ๐ | Help and Learning Center
ใใใซใกใฏ (Konnichiwa), Hallo, Hola, Bonjour, Olรก, Ciao!๐ | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!