I can not figure this error out for my SUMIFS function
=SUMIFS({Historical RST Hours Information Range 12}, {Historical RST Hours Information Range 14}, "Late Relief", {Historical RST Hours Information Range 9}, [Week of]@row )
Range 12 is a column of numbers
Range 14 is a column of words Looking to fine only the hours that match the "Late Relief" row hours in the Range 12 column
Range 9 is a column of dates
this set up worked for my CountIfS function but it is not working for my SumIfS function.