Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default FORMULA HELP Percentage of cells in a Range as Completed

Hi there everyone,

I am looking to make a formula that checks a range of cells in a row for those completed with content and those blank, but creates a percentage for those complete, however it needs to exclude the value 'No'.

Please and thank you

Anthony
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default FORMULA HELP Percentage of cells in a Range as Completed

I am looking to make a formula that checks a range of cells in a row
for those completed with content and those blank,
but creates a percentage for those complete,
however it needs to exclude the value 'No'.


If the row in question is A1:R1, for example, this might help:

=(COLUMN($R$1)-COUNTBLANK($A$1:$R$1)-COUNTIF($A$1:$R$1,"No")) / COLUMN($R$1)

Hope this helps getting started.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine the percentage of a range of cells with a certain value Paul Robinson Excel Programming 1 February 3rd 12 10:05 PM
Determine the percentage of a range of cells with a certain value Don Guillett[_2_] Excel Programming 0 February 3rd 12 12:59 PM
Percentage of Cells completed womblew Excel Discussion (Misc queries) 5 February 14th 09 09:59 PM
Count percentage of specific text in a range of cells kruggie2000 Excel Worksheet Functions 1 October 6th 08 05:59 PM
percentage completed and colors Junior Excel Worksheet Functions 1 November 1st 06 02:31 PM


All times are GMT +1. The time now is 03:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"