Can I use @row in this formula?

=IFERROR(COUNTIFS([Expected Close Date]:[Expected Close Date], YEAR(@cell) = 2020, [Sales Stage]:[Sales Stage], "A"), "Check for 'Blanks' in Forecast, Probability or Close Date")


=IFERROR(COUNTIFS([Expected Close Date]@row, YEAR(@cell) = 2020, [Sales Stage]:[Sales Stage], "A"), "Check for 'Blanks' in Forecast, Probability or Close Date"). I get an "unparseable" error.


One reason for this is I have formulas that use an entire column so that when additional rows are added, they pick up the formula. But, those formulas return errors WHEN BLANK ROWS ARE PRESENT. Smartsheet automatically adds 10 rows to a sheet when it's loaded, it seems. When I delete those rows, the errors go away, but upon the next loading of the sheet, the errors return. Why does Smartsheet add these rows?


Even stranger, I'm using COUNTIFS and SUMIFS on the same information, and only the COUNTIFS get this error.


Thanks for the help.


Jason Wirl

Best Answer

«1

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!