Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Brian
 
Posts: n/a
Default Completion Percentage of a date range

I have started a task sheet in excel and i have a "task description" coloumn,
a "start date", "finish date", "number of days" and a "% complete" column.

What i want to achieve is the user to enter the first task start date and
the number of days it will take to complete. Then excel will work out the end
date and the percent complete field relating to the current date.

Is there a easy formula of working out the percentage?

Many thanks
  #2   Report Post  
Springbok
 
Posts: n/a
Default

Hi Brian,

I think this is right?

Assume Column A is Task, B is Start Date, C is No. of Days, D is End Date
and E is % Complete.

D2=B2+C2
E2==IF((TODAY()-B2)/C21,1,IF((TODAY()-B2)/C2<0,0,(TODAY()-B2)/C2))

E2 should be formatted as %.

Give it a crack and let me know.

Cheers,
Jon

"Brian" wrote:

I have started a task sheet in excel and i have a "task description" coloumn,
a "start date", "finish date", "number of days" and a "% complete" column.

What i want to achieve is the user to enter the first task start date and
the number of days it will take to complete. Then excel will work out the end
date and the percent complete field relating to the current date.

Is there a easy formula of working out the percentage?

Many thanks

  #3   Report Post  
Brian
 
Posts: n/a
Default

This work well. Thank you very much

"Springbok" wrote:

Hi Brian,

I think this is right?

Assume Column A is Task, B is Start Date, C is No. of Days, D is End Date
and E is % Complete.

D2=B2+C2
E2==IF((TODAY()-B2)/C21,1,IF((TODAY()-B2)/C2<0,0,(TODAY()-B2)/C2))

E2 should be formatted as %.

Give it a crack and let me know.

Cheers,
Jon

"Brian" wrote:

I have started a task sheet in excel and i have a "task description" coloumn,
a "start date", "finish date", "number of days" and a "% complete" column.

What i want to achieve is the user to enter the first task start date and
the number of days it will take to complete. Then excel will work out the end
date and the percent complete field relating to the current date.

Is there a easy formula of working out the percentage?

Many thanks

  #4   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

A2 task description
B2 start date
C2 finish date
D2 no. of days
E2 expected completion


fill B2 and D2
C2 =B2+D2
E2 =(TODAY()-B2)/20

if Bs and Ds are filled you drag the formulas in C2 and E2 down
format B and C columns as one of the date formats
foramt E column as percenage

is this what you want.
e.g.
A B C D
E
task start finish no. of days %
completion
a 01-Mar-05 21-Mar-05 20
15.00%


--
remove $$$ from email addresss to send email

====================

Brian wrote in message
...
I have started a task sheet in excel and i have a "task description"

coloumn,
a "start date", "finish date", "number of days" and a "% complete" column.

What i want to achieve is the user to enter the first task start date and
the number of days it will take to complete. Then excel will work out the

end
date and the percent complete field relating to the current date.

Is there a easy formula of working out the percentage?

Many thanks



  #5   Report Post  
Kassie
 
Posts: n/a
Default

You have already decided on your columns. Keep to that. To determine the
end date, use the formula B2+D2. To calculate %completed, use this:
=((NOW()-B2)*100)/D2, otherwise you will always get 15%


"Brian" wrote:

I have started a task sheet in excel and i have a "task description" coloumn,
a "start date", "finish date", "number of days" and a "% complete" column.

What i want to achieve is the user to enter the first task start date and
the number of days it will take to complete. Then excel will work out the end
date and the percent complete field relating to the current date.

Is there a easy formula of working out the percentage?

Many thanks



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 do I set a date range for conditional formatting in a macro? billo Excel Worksheet Functions 3 February 7th 05 06:19 PM
SUMPRODUCT with date range question Rob V Excel Discussion (Misc queries) 1 January 31st 05 03:55 PM
Estimated date of completion Anderson Excel Worksheet Functions 1 November 26th 04 03:32 PM
I have a list of dates that I need to count based on a date range ejb030353 Excel Worksheet Functions 4 November 24th 04 02:27 PM
How can I sum information in a list with a date range? Dave Excel Worksheet Functions 2 November 23rd 04 08:17 PM


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