I have a formula that sums every nth column (where column name is 'value') and it works great:
=SUMIFS($B2:$CDF2,$B$1:$CDF$1,$D$1)
The problem is I need to add an additional criteria to only sum the columns when the time is greater than x (e.g. 12pm). The problem is the time values vary within an individual column (see example below) so I can't just start the sumifs from a later range. Any help will be greatly appreciated.
