Hi Folks!
I'm working on creating reports for an audit review process, and I'm having some difficulty with getting the report per quarter and YTD formulas to function.
Here is the issue that I'm having. I need the @cell part to reference the Date of Encounter on my data sheet. However, when I try to do that, it gives me an error that reads that is a required field (the Date of Encounter is required on the audit form), and it won't let me add it. The formula is reading as invalid because I can't pull the date. The first part works fine (bringing the average over - SUMIF won't work because the audit scores are presented as % and 197% is really not an accurate reflection of the audit scores in any given time frame.
=AVG({Provider Audit - Combined Encounters - For Range 1}, [Primary Column]@row, {Provider Audit - Combined Encounters - For Range 2}, AND(@cell >= DATE(YEAR(TODAY()), 1, 1), @cell < DATE(YEAR(TODAY()), 4, 1)))
I'm new to Smartsheets, and I was unable to find any workaround or answers as to why required fields wouldn't be able to be added to a table sheet. Or if my formula is the issue. Any help would be appreciated.
Thanks!
Kristi Grenda