Fiveshorter
New Member
- Joined
- Jul 14, 2017
- Messages
- 18
Hi
I have a excel sheet in which i have to compare a UID and qty in one sheet to another sheet. I do this every morning however it is very tedious and i thought a macro would be best so i could just run it as i could get 100s of records.
Record Sheet
UID QTY Shipped
1 3
2 2
4 1
Shipment sheet
UID QTY
2 2
4 2
In record, if the UID and Qty is equal to the Shipment sheet then say "ok" else "not ok". If the uid is not a match "uid incorrect".
If anyone could assist it would be so grateful
I have a excel sheet in which i have to compare a UID and qty in one sheet to another sheet. I do this every morning however it is very tedious and i thought a macro would be best so i could just run it as i could get 100s of records.
Record Sheet
UID QTY Shipped
1 3
2 2
4 1
Shipment sheet
UID QTY
2 2
4 2
In record, if the UID and Qty is equal to the Shipment sheet then say "ok" else "not ok". If the uid is not a match "uid incorrect".
If anyone could assist it would be so grateful