Hi Everyone,
I was wondering if anyone has encountered a problem like this and if there was an adequate workaround without VBA. I think this is an Excel bug or I am missing something.
I have to determine if an ordered quantity of product is valid by ensuring the customer orders in casepacks. Essentially, if my case pack is 2, the customer can only order in 2,4,6,8. Orders of 1,3, 7, 9 are invalid.
To do so I encapsulated the MOD function within an IF statement to divide the two numbers and give me an "Approved" or "Check Value" result.
If anyone needs it : =IF(MOD(R16,I16),"Check Value","Approved")
R16 is quantity ordered, I16 is casepack value. This works perfectly..and returns either an Approved or a Check quantity on the cell.
The problem is when I try to use the Data Validation function on the Ordered Qty cell, and reference my "Approved/Check" value cell for the formula. It seems to work perfectly for the first 5- 10 tries, then it just goes nuts...technically speaking.
Ideas?
Bookmarks