Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Percent of a Spreadsheet Complete

I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to know
(let's say in Cell C1) what percentage of the sheet I have completed. I know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Percent of a Spreadsheet Complete

Try this in C1, format as %

=COUNTA(B1:B400)/COUNTA(A1:A400)

Mike

"Jennifer V." wrote:

I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to know
(let's say in Cell C1) what percentage of the sheet I have completed. I know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Percent of a Spreadsheet Complete

Mike,

You are so smart! I needed to know this ASAP, so you are my hero!

Thanks,

Jenn

"Mike H" wrote:

Try this in C1, format as %

=COUNTA(B1:B400)/COUNTA(A1:A400)

Mike

"Jennifer V." wrote:

I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to know
(let's say in Cell C1) what percentage of the sheet I have completed. I know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Percent of a Spreadsheet Complete

Your welcome and glad I could help

"Jennifer V." wrote:

Mike,

You are so smart! I needed to know this ASAP, so you are my hero!

Thanks,

Jenn

"Mike H" wrote:

Try this in C1, format as %

=COUNTA(B1:B400)/COUNTA(A1:A400)

Mike

"Jennifer V." wrote:

I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to know
(let's say in Cell C1) what percentage of the sheet I have completed. I know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Percent of a Spreadsheet Complete

The formula =COUNT(A:A) will tell how many cells in column A have a value
(date or number)
The formula =COUNTA(B:B) will tell how many cells in B have text
So =COUNTA(B:B)/COUNT(A:A) will give the ration of validated to total
By, being everso helpful, Excel will format this as a date; You need to
format it with the % tool
Note that if you have a heading in B1 you might wish to use
=(COUNTA(B:B)-1)/COUNT(A:A)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Jennifer V." wrote in message
...
I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to
know
(let's say in Cell C1) what percentage of the sheet I have completed. I
know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Percent of a Spreadsheet Complete

In C1

=COUNTA(B:B)/COUNTA(A:A)

Format to percentage.


Gord Dibben MS Excel MVP

On Wed, 22 Oct 2008 10:52:00 -0700, Jennifer V.
wrote:

I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to know
(let's say in Cell C1) what percentage of the sheet I have completed. I know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Percent of a Spreadsheet Complete

=COUNTA(B1:B400)/COUNTA(A1:A400) and format as percentage.
--
David Biddulph

"Jennifer V." wrote in message
...
I have a list of data (text approx 400 rows Column A) that I am validating.
If they are valid, I am writing a summary note in Column B. I want to
know
(let's say in Cell C1) what percentage of the sheet I have completed. I
know
there is a way to do this, but I cannot remember how.

Thanks,

Jennifer V.



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
Using date format in the cells how determine percent complete boiseman62 Excel Worksheet Functions 2 January 27th 08 12:19 AM
Formula percent complete excluding given text string smokief Excel Discussion (Misc queries) 2 August 1st 07 05:54 PM
Track progress to lookup percent complete on another worksheet. IntricateFool Excel Worksheet Functions 0 June 2nd 06 04:20 PM
Percent Complete? bassec Excel Discussion (Misc queries) 1 March 28th 06 08:11 AM
Percent Complete? bassec Excel Discussion (Misc queries) 3 March 28th 06 03:31 AM


All times are GMT +1. The time now is 05:51 AM.

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

About Us

"It's about Microsoft Excel"