I have a list of sample data with store hours for mon-fri, sat and sun. My goal is to calculate the open hours for mon-fri, sat and sun then sum the hours for a weekly total. I know this should be easy... however, since the store hours are provided dynamically I want to be sure to catch any abnormalities in formatting as you will notice in the sample set.
Thanks in advance!