Hello Smartsheets Community,
I have this code and it is resulting in an "Invalid Data Type" error. The code should display the number of rows which the following column criteria applies:
Column 1 Look for the letter "N", column 2 look for the number "1", and column 8 looking to see if it is in august. My formula is below:
=COUNTIFS({CBOM - Yellowstone Range 1}, "N", {CBOM - Yellowstone Range 2}, 1, {CBOM - Yellowstone Range 8}, MONTH(@cell) = 9)
Any help to get this working would be very appreciated! Thanks!