Need to find only projects [Project Number] where Trackingcode = 24 (project started) but if that project number also has a Trackingcode =49 (project completed) don't show it.
sample data
Project Number TrackingCode
060399 24
060399 49
060232 24
060888 24
060888 49
So I want to see only 060232 on the list
060399 and 060888 both have a TrackingCode of 49
TIA
DougP, MCP, A+
sample data
Project Number TrackingCode
060399 24
060399 49
060232 24
060888 24
060888 49
So I want to see only 060232 on the list
060399 and 060888 both have a TrackingCode of 49
TIA
DougP, MCP, A+