I have a scenario where I need to identify a result. Below is a sample excel cells with three columns Prod Name, Qty and Result.
Prod Name Qty Result
abc 10
zyz 9
test1 5
If the product name is abc or zyz and its qty is 10, then I need to add text Refill in Column Result.
For any other product. in this case test1 and its qty is 5, then I need to add the same text Refill in Column Result.
Else it will always be Don't Refill
