Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Calculate a number for 80% of column

Hi,
I have 2 columns which process days it takes to finalise projects. The 1st
column display the days and the 2nd column display how many projects were
done within this day number:

Days Projects
4 5
12 2 etc.
(400+ projects per month)

Every month the detail is added to the list.

I need to calculate how many days were used for 80% of projects per month.

I use a pivot table to display the list and projects and then do a
calculation next to the pivot table, but this is very time-consuming.
Can you please help me with a function do to this?
Thanks
--
Hennie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Calculate a number for 80% of column

Let's see if I understand
In A1,B1,C1 I have labels: Date, Projects, Sum
In A2:A14 I have calendar days (1,2,3 .... ) I have 14 but you could have
more
In B I have the projects finished on that day
In C1 I have the formula =SUM($B$2:B2) and this copied down the column
In E2:E5 I have this text: 80%, sum, position, date
In F1 I have =C14*80% (in my example this is 44)
In F3 =VLOOKUP(F2,C2:C14,1,TRUE) (this returns 42 - closes match to 44)
In F4 =MATCH(F3,C2:C14) (returns 11, since the 42 value is the 11th value in
C2:C14
In F5 =INDEX(A2:A14,F4) (returns 14 - the date when production totalled 42)

We could put all this in one formula but I will leave that to you.
You can copy this from sheet to sheet for different months
If you do no like the under estimate then change =INDEX(A2:A14,F4) to
=INDEX(A2:A14,F4+1)

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Hennie" wrote in message
...
Hi,
I have 2 columns which process days it takes to finalise projects. The 1st
column display the days and the 2nd column display how many projects were
done within this day number:

Days Projects
4 5
12 2 etc.
(400+ projects per month)

Every month the detail is added to the list.

I need to calculate how many days were used for 80% of projects per month.

I use a pivot table to display the list and projects and then do a
calculation next to the pivot table, but this is very time-consuming.
Can you please help me with a function do to this?
Thanks
--
Hennie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Calculate a number for 80% of column

Thanks Bernard, this is great!
was very helpful
--
Hennie


"Bernard Liengme" wrote:

Let's see if I understand
In A1,B1,C1 I have labels: Date, Projects, Sum
In A2:A14 I have calendar days (1,2,3 .... ) I have 14 but you could have
more
In B I have the projects finished on that day
In C1 I have the formula =SUM($B$2:B2) and this copied down the column
In E2:E5 I have this text: 80%, sum, position, date
In F1 I have =C14*80% (in my example this is 44)
In F3 =VLOOKUP(F2,C2:C14,1,TRUE) (this returns 42 - closes match to 44)
In F4 =MATCH(F3,C2:C14) (returns 11, since the 42 value is the 11th value in
C2:C14
In F5 =INDEX(A2:A14,F4) (returns 14 - the date when production totalled 42)

We could put all this in one formula but I will leave that to you.
You can copy this from sheet to sheet for different months
If you do no like the under estimate then change =INDEX(A2:A14,F4) to
=INDEX(A2:A14,F4+1)

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Hennie" wrote in message
...
Hi,
I have 2 columns which process days it takes to finalise projects. The 1st
column display the days and the 2nd column display how many projects were
done within this day number:

Days Projects
4 5
12 2 etc.
(400+ projects per month)

Every month the detail is added to the list.

I need to calculate how many days were used for 80% of projects per month.

I use a pivot table to display the list and projects and then do a
calculation next to the pivot table, but this is very time-consuming.
Can you please help me with a function do to this?
Thanks
--
Hennie




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
How to calculate and display the number of values in a column control engineer Excel Discussion (Misc queries) 2 April 9th 07 08:02 PM
how to calculate the number of non blank cells from any column? Mahesh Excel Worksheet Functions 2 August 8th 06 01:14 PM
How do I Calculate Percentages for each number in a column? Dena B Excel Discussion (Misc queries) 5 August 10th 05 08:46 PM
Calculate number of days in a column of dates Barbara Excel Discussion (Misc queries) 3 May 25th 05 04:21 PM
Calculate number of days in a column of dates Barbara Excel Discussion (Misc queries) 8 May 25th 05 02:48 PM


All times are GMT +1. The time now is 04:20 AM.

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"