I have 3 columns (F, N, and R) with timestamps for data entered into other columns. The time format is "m/dd/yyyy HH:mm". I want to be able to easily differentiate which ones are during Day Shift hours and which ones are Night Shift hours, so I want to format the cells differently depending on what hour is in the time, omitting any blank cells. So if the time is between 06:00-18:00 the cell will be highlighted one color, and if it is between 18:00-06:00 it would be highlighted another color. It is probably obvious, and may not matter, but keep in mind that Night shift (18:00-06:00) goes from one day to the next (ie: 1/28/2018 18:00 - 1/29/2018 06:00). Thanks so much for any help you got for me.