#Invalid Data Type Formula Issue - Formulating % to plan
Hello,
I am trying to count performance to plan. I need to know if the required for ER is checked and the estimated complete date is DDMMYYY or earlier what the % should be.
=COUNTIFS([Required for ER Start]3:[Required for ER Start]929, 1, AND([Baseline Estimated End]3:[Baseline Estimated End]929, AND(ISDATE(@cell), @cell <= [Date for PTP]@row))) / COUNTIFS([Required for ER Start]3:[Required for ER Start]929, 1, AND([Baseline Estimated End]3:[Baseline Estimated End]929, ISDATE(@cell)))
Answers
-
Lets start with cleaning up the syntax a little bit. What happens when you use this:
=COUNTIFS([Required for ER Start]3:[Required for ER Start]929, 1, [Baseline Estimated End]3:[Baseline Estimated End]929, AND(ISDATE(@cell), @cell <= [Date for PTP]@row)) / COUNTIFS([Required for ER Start]3:[Required for ER Start]929, 1, [Baseline Estimated End]3:[Baseline Estimated End]929, ISDATE(@cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!