Hello,
I am creating a tracking system for PO's that need to be entered into a system. The problem is that a PO can be split into multiple truckloads and delivered to the facility on mutliple dates. The facility enters each PO that is needed based on a schedule but if the PO had been received previously, they do not want to waste time searching for said PO if it had been entered previously.
With that being said, I am trying to flag all duplicate PO's in the tracking spreadsheet below based on multiple criteria.
I want to insert a column into the report that gives me back "PO Received" if the PO # is a duplicate and the duplicated lines have an attachment but the PO Entered checkbox is not checked, OR have it say "PO Entered" if the PO # is a duplicate and the duplicated lines have the PO Entered checkbox checked. If it is only a duplictae and the other two conditions are not met, it should say "PO Needed".
Any help on this is appreciated!