Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Calculating 50% complete, returning Yes or No

I need a formula that will calculate the percentage of assignments completed
(I have supplied the total number of assignments and the number of
assignments for a specific team in a table on my worksheet already) and
return a "Yes" or "No" value if they are 50% or more complete.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Calculating 50% complete, returning Yes or No

Total in A1, assigned in B1:

=IF(B1/A1=50%,"Yes","No")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"candacer" wrote in message ...
|I need a formula that will calculate the percentage of assignments completed
| (I have supplied the total number of assignments and the number of
| assignments for a specific team in a table on my worksheet already) and
| return a "Yes" or "No" value if they are 50% or more complete.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Calculating 50% complete, returning Yes or No

Hi,

You don't give too many clues on how your data are laid out so here's a
guess which you may be able to biuld on.

It assumes you assignement numbers are in column A and you mark a 'Y' in
column C when one is complete

=IF(COUNTIF(C:C,"y")/MATCH(9.99999999999999E+307,A:A)0.5,"Yes","No")

Mike

"candacer" wrote:

I need a formula that will calculate the percentage of assignments completed
(I have supplied the total number of assignments and the number of
assignments for a specific team in a table on my worksheet already) and
return a "Yes" or "No" value if they are 50% or more complete.

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
Calculating percentage complete Geminisol Excel Worksheet Functions 7 July 17th 08 07:49 AM
Complete lock up in returning to Excel 2000 Maverick Excel Discussion (Misc queries) 0 April 25th 06 03:05 PM
Complete decimals Eskato Excel Discussion (Misc queries) 1 February 16th 06 06:24 PM
Ref from table - complete Steve Excel Worksheet Functions 3 June 23rd 05 06:47 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM


All times are GMT +1. The time now is 10:06 PM.

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"