M
Mike
I need some help please. I am using a worksheet that has these columns:
Order_NM, original_reason, Corrected_Reason, Reason, Item_ID, QTY, PRICE,
Order_date. I need to count the reason column only if the corrected_reason
column does not = reason correct. The issue is that there could be multiple
rows with the same Order_NM and I don't want to simply do a vlookup to count.
I already use this formula to count the order numbers so i am not duplicating
anything: =IF(A2=A3,0,1). I am looking for something similar to this. Any
help would be greatly appreciated.
Example of the xls worksheet:
Order_NM Corrected_Reason Reason Item_ID QTY PRICE Order_date
E0130573 REASON CORRECT REJECT CC NON-RESPON 135 4 1 6.59 12/1/2006
Thanks!
Order_NM, original_reason, Corrected_Reason, Reason, Item_ID, QTY, PRICE,
Order_date. I need to count the reason column only if the corrected_reason
column does not = reason correct. The issue is that there could be multiple
rows with the same Order_NM and I don't want to simply do a vlookup to count.
I already use this formula to count the order numbers so i am not duplicating
anything: =IF(A2=A3,0,1). I am looking for something similar to this. Any
help would be greatly appreciated.
Example of the xls worksheet:
Order_NM Corrected_Reason Reason Item_ID QTY PRICE Order_date
E0130573 REASON CORRECT REJECT CC NON-RESPON 135 4 1 6.59 12/1/2006
Thanks!