If one column cell is less than a different column cell, return "ALERT"

Been poking at this for hours. I have 2 columns:


QTY & Thresh Q

I want another column [Quantity Alert] to return "ALERT" if QTY is less than or equal to Thresh Q

Best Answer

Answers