I have a report that is pulling data from an Excel spreadsheet. It contains 3 columns something like this
Number Phone Number Description
12324 555-1212 Cardiology
My problem is alot of records will just have the first 2 columns populated, and nothing for the 3rd. I would like to omit those records entirely, and just leave me with the records with the Description populated.
Any suggestions would be great.