#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.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!