I have created an excel table to manage calibration expiration dates for tools that we use. One of the columns in the table is titled "Next Calibration" and has a list of upcoming dates (6/25/2019, 7/14/2019, 8/30/2020, etc.). I have already used conditional formatting to highlight the upcoming calibrations (30 days or less away) in yellow and the expired calibrations (today or later) in red. Is there a way to use macros to send an entire row to a new sheet (sheet2 titled "Upcoming calibration") when the cell in the Next calibration column is highlighted in yellow (i.e. the due date is 30 days or less away) and send an entire row to a separate sheet (sheet3 titled "expired calibration") when the cell in the Next calibration column is highlighted in red (i.e the due date for the calibration is today or expired)?
Thanks