Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default automaticly increment number by elapsed time

My boss has me working a sheet of reports by his subordinates. I compile the
report, number it, then have a series of "Countif" statements that give me
the number of reports submitted by a specific subordinate.

He would now like to see a column of submitted/expected. The expectation is
one per week. Is there an easy way to have a column that increments +1 per
calendar week, so I don't need to go in and type the new number every week
for each subordinate?

Kim

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default automaticly increment number by elapsed time

I'm thinking you can get the expectation by using =Weeknum(now()) as long as
you're OK with it resetting each year and you start with the calendar year.

Would that work, or do you need something a little more sophisticated?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default automaticly increment number by elapsed time

You are correct that I am looking for the calendar year week count in the
expectation block. I copied this formula and am receiving "#NAME", and the
internal paranthesis are showing green. Does this mean I need to insert more
data?

Kim

"GSnyder" wrote:

I'm thinking you can get the expectation by using =Weeknum(now()) as long as
you're OK with it resetting each year and you start with the calendar year.

Would that work, or do you need something a little more sophisticated?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default automaticly increment number by elapsed time

Did you look at what Excel help for the WEEKNUM function said, in the
sentence starting "If this function is not available, and returns the #NAME?
error, ..."
?
--
David Biddulph


"kimdnw" wrote in message
...
You are correct that I am looking for the calendar year week count in the
expectation block. I copied this formula and am receiving "#NAME", and
the
internal paranthesis are showing green. Does this mean I need to insert
more
data?

Kim

"GSnyder" wrote:

I'm thinking you can get the expectation by using =Weeknum(now()) as long
as
you're OK with it resetting each year and you start with the calendar
year.

Would that work, or do you need something a little more sophisticated?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default automaticly increment number by elapsed time

Yes, thank you.

Had to get admin to add the "Analysis ToolPak", then it worked. Also, due
to the comments in "Help" added a "-1" to the formula. WEEKNUM counts the
week that includes January 1. Since this year that week was only 2 days, I
don't want it counted as a week.

So the formula as I am using it is "=WEEKNUM(NOW())-1" which today returns
the answer as "9".
Thanks to all for your help.

"David Biddulph" wrote:

Did you look at what Excel help for the WEEKNUM function said, in the
sentence starting "If this function is not available, and returns the #NAME?
error, ..."
?
--
David Biddulph


"kimdnw" wrote in message
...
You are correct that I am looking for the calendar year week count in the
expectation block. I copied this formula and am receiving "#NAME", and
the
internal paranthesis are showing green. Does this mean I need to insert
more
data?

Kim

"GSnyder" wrote:

I'm thinking you can get the expectation by using =Weeknum(now()) as long
as
you're OK with it resetting each year and you start with the calendar
year.

Would that work, or do you need something a little more sophisticated?






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default automaticly increment number by elapsed time

kim,

You don't need to go in and type the *new number every week*
for each subordinate....

for which *one*--- *"the submitted or the expected ?"*
--
regards

"kimdnw" wrote:

My boss has me working a sheet of reports by his subordinates. I compile the
report, number it, then have a series of "Countif" statements that give me
the number of reports submitted by a specific subordinate.

He would now like to see a column of submitted/expected. The expectation is
one per week. Is there an easy way to have a column that increments +1 per
calendar week, so I don't need to go in and type the new number every week
for each subordinate?

Kim

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default automaticly increment number by elapsed time

The "expected" is the number I was trying to automatically increment. The
"submitted" column is being updated with the "countif" statement.

GSnyder's answer works for the "expected" once I got the "Analysis Toolpak"
loaded as an add-in.

So the "submitted" statement is: =COUNTIF
('datalocation'!E7:E200,"supervisorname")

The "expectation" statement is: =WEEKNUM(NOW())-1

The "-1" removes the first week of January this year, which is only 2 days
long.

Thanks.

Thanks!

"driller" wrote:

kim,

You don't need to go in and type the *new number every week*
for each subordinate....

for which *one*--- *"the submitted or the expected ?"*
--
regards

"kimdnw" wrote:

My boss has me working a sheet of reports by his subordinates. I compile the
report, number it, then have a series of "Countif" statements that give me
the number of reports submitted by a specific subordinate.

He would now like to see a column of submitted/expected. The expectation is
one per week. Is there an easy way to have a column that increments +1 per
calendar week, so I don't need to go in and type the new number every week
for each subordinate?

Kim

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
Calculate Ending time using Start Time and Elapsed Time Chief 711 Excel Worksheet Functions 5 May 13th 08 04:34 PM
How do I increment a number by1 each time I access it? charlotte awning Excel Worksheet Functions 3 May 27th 06 01:45 PM
how to auto increment a number each time i open the worksheet fred rondak Excel Worksheet Functions 1 June 25th 05 11:40 PM
How do I automaticly insert the time with seconds AussieAVguy Excel Discussion (Misc queries) 2 June 14th 05 05:12 PM
how do I type in a number and have it automaticly add to the exs. ollie1717 Excel Worksheet Functions 1 April 6th 05 05:19 PM


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