#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Here's a doozy

I have a table of data. In column A, I have the names of tasks and in column
B I have their expected finish dates. I need to find only those tasks that
have the sub-string "Execute Assembly Test" (approx 107 tasks) and then
determine, based on column B (expected finish), the date that we can expect
90% of those tasks to be complete. Can anyone help me, I'd like to attempt
to do this in an efficient a way a possible.

Thanks again.

***I would prefer to not have to paste data into a new column and then do
calculations of those values, but I'm not certain there's any other way.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Here's a doozy

Hi

DataFilterAutofilter
Select the dropdown on column ACustomContains"Execute Assembly Test"OK
You will have a filtered list of your tasks.
Insert a new row above the header row and in B1 enter
=SUBTOTAL(1,B3:B1000)+1.2*(SUBTOTAL(8,B4:B100))
adjust the ranges to suit

Subtotal(1,rng) gives the Average
Subtotal(8,rng) gives the Standard Deviation
Somewhere around 1.2 Standard Deviations above the mean will cover around
90% of the values

--
Regards
Roger Govier

"Wilson" wrote in message
...
I have a table of data. In column A, I have the names of tasks and in
column
B I have their expected finish dates. I need to find only those tasks that
have the sub-string "Execute Assembly Test" (approx 107 tasks) and then
determine, based on column B (expected finish), the date that we can
expect
90% of those tasks to be complete. Can anyone help me, I'd like to attempt
to do this in an efficient a way a possible.

Thanks again.

***I would prefer to not have to paste data into a new column and then do
calculations of those values, but I'm not certain there's any other way.


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
Ready for this? It's a doozy! TVGuy29 Excel Discussion (Misc queries) 4 February 5th 08 02:36 AM
This is a doozy... Jen Kulak Charts and Charting in Excel 2 May 13th 05 12:50 PM
This is a doozy... Jen Kulak New Users to Excel 1 May 11th 05 12:52 PM


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