Count Ifs Formulas
I need help figuring out why this formula is returning Invalid Data Type:
=COUNTIFS([Conversion Status]:[Conversion Status], "Won", [Date Requested]:[Date Requested], MONTH(@cell) <= "3", [Year]:[Year], "2017")
I want to count the number of lines that have a Conversion Status of "Won" that also took place in March of 2017
Comments
-
It looks like the error was from you having blanks in your date requested column when conversion status wasn't blank. More the fault of the program than your fault, it gets touchy when you mix date and text types in formulas. Use another command to stop it if the date requested is blank
=COUNTIFS([Conversion Status]:[Conversion Status], "Won", [Date Requested]:[Date Requested], ISDATE(@cell), [Date Requested]:[Date Requested], NOT(MONTH(@cell) > 3), Year:Year, 2017)
-
Luke- That's it! I couldn't get the formula to work but when I went back to make sure all of the dates were filled in it didn't result in an error. Amazing-thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!