Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
matthewst
 
Posts: n/a
Default how to do % of cells with data


My sheet looks like this:
_ABCDEF____
1x_x_______
2x_x_______
3x_x_______
4x_x_______
5x_________
6x_________
7x_________
8x_________

I want to know the % of cells in column C that have data in them, and
display this % in E1. Column A tells us we have 8 rows, so E1 then
would display 50%.


--
matthewst
------------------------------------------------------------------------
matthewst's Profile: http://www.excelforum.com/member.php...o&userid=20340
View this thread: http://www.excelforum.com/showthread...hreadid=483610

  #2   Report Post  
Roger Govier
 
Posts: n/a
Default how to do % of cells with data

Hi Matthew

Try
=COUNTIF(C1:C8,"=x")/COUNTIF(A1:A8,"=x")
Format the cell as Percentage.

Regards

Roger Govier


matthewst wrote:
My sheet looks like this:
_ABCDEF____
1x_x_______
2x_x_______
3x_x_______
4x_x_______
5x_________
6x_________
7x_________
8x_________

I want to know the % of cells in column C that have data in them, and
display this % in E1. Column A tells us we have 8 rows, so E1 then
would display 50%.


  #3   Report Post  
matthewst
 
Posts: n/a
Default how to do % of cells with data


Thanks for the quick reply!

That works to my example, but not for the actual sheet. I get this
error "#DIV/0!". The actual the cells contain names wich that formula
doesn't seem to like. Column A contains names and column C contains
ranks. I need to know the % of people with a rank. The number of people
in column A will change from time to time.
This is a little more difficult than I thought!

In a nutshell:
I need E1 to display the % of cells in column C that contain data as
compared to column A.


--
matthewst
------------------------------------------------------------------------
matthewst's Profile: http://www.excelforum.com/member.php...o&userid=20340
View this thread: http://www.excelforum.com/showthread...hreadid=483610

  #4   Report Post  
Roger Govier
 
Posts: n/a
Default how to do % of cells with data

Hi Matthew

then try
=COUNTA(C1:C8)/COUNTA(A1:A8)

Regards

Roger Govier


matthewst wrote:
Thanks for the quick reply!

That works to my example, but not for the actual sheet. I get this
error "#DIV/0!". The actual the cells contain names wich that formula
doesn't seem to like. Column A contains names and column C contains
ranks. I need to know the % of people with a rank. The number of people
in column A will change from time to time.
This is a little more difficult than I thought!

In a nutshell:
I need E1 to display the % of cells in column C that contain data as
compared to column A.


  #5   Report Post  
matthewst
 
Posts: n/a
Default how to do % of cells with data


Dude that is awesome!!!
Thanks!!

I got one more for ya.
What if the number of rows in column A changes? Let's say today there
are 8 people on the list and 4 have ranks.. Tommorow there will be 20
and 15 of them will have ranks, and so on.


--
matthewst
------------------------------------------------------------------------
matthewst's Profile: http://www.excelforum.com/member.php...o&userid=20340
View this thread: http://www.excelforum.com/showthread...hreadid=483610



  #6   Report Post  
Roger Govier
 
Posts: n/a
Default how to do % of cells with data

Hi Matthew

Just extend your range.
You can make it whole columns if you wish
=COUNTA(C:C)/COUNTA(A:A)

Regards

Roger Govier


matthewst wrote:
Dude that is awesome!!!
Thanks!!

I got one more for ya.
What if the number of rows in column A changes? Let's say today there
are 8 people on the list and 4 have ranks.. Tommorow there will be 20
and 15 of them will have ranks, and so on.


  #7   Report Post  
matthewst
 
Posts: n/a
Default how to do % of cells with data


Sweet!!!
Thanks again!!


--
matthewst
------------------------------------------------------------------------
matthewst's Profile: http://www.excelforum.com/member.php...o&userid=20340
View this thread: http://www.excelforum.com/showthread...hreadid=483610

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
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
merge multiple row cells of text corresponding to one row of data roberta t williams Excel Worksheet Functions 0 August 12th 05 04:09 PM
How to alter data on HTML webpage into Excell cells as numbers? roameri New Users to Excel 6 July 31st 05 11:42 PM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
How do I copy data (word) into respective cells when the data bei. awg9tech New Users to Excel 1 January 12th 05 11:26 AM


All times are GMT +1. The time now is 08:35 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"