Formula for percentage of tasks completed by week?
Hi,
I'm currently working on a sheet where I would like to correlate a percentage of tasks completed with an individual week number so I can create a line chart to plot % of tasks completed by week.
Currently my formula is =COUNTIF([Week Number]1:[Completed within Scheduled Frequency]16, ="Percentage Complete") but this formula isn't applying to individual weeks, it's applying to the entire column. How would I create a formula that would associate the % of tasks completed for a specific week?
Thanks!
Answers
-
Hi @Twwillm
It looks like you already have a column in your sheet called "Week Number". You can use this column as a criteria in a COUNTIFS (plural) function to count how many rows are a specific week number as well as "Percentage Complete".
For example, if i was looking for Week number 5 in the Week Number column:
=COUNTIFS([Week Number]:[Week Number], 5, [Completed within Scheduled Frequency]:[Completed within Scheduled Frequency], "Percentage Complete")
If this hasn't helped, it would be useful to see a screen capture of your sheet, but please block out sensitive data.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!