Hi,
I need help creating a formula to summarize an average using Sheet Summary Columns,
I have the following sheet columns: Current Date, Average Rating,
I have the following summary columns: From Date, To Date
I have the following sheet summary column (locked) for our formula: Total Average Rating
I'm trying that the From Date and To Date columns should indicate from when until when they want the formula to calculate based on the dates in the Current Date column.
I tried something like this, but I got the #Unparseable error:
=SUMIF([Current Date]:[Current Date], =[From Date]#:[To Date]#,[Total Average Rating]:[Total Average Rating]