+ Reply to Thread
Results 1 to 2 of 2

weekly changing functions

Hybrid View

  1. #1
    Registered User
    Join Date
    07-07-2007
    Posts
    1

    weekly changing functions

    I quote insurance. My work uses a calendar style layout to track the number of quotes done a day by each person on the team. A query is run in our quoting program, and those numbers are manually entered into the spreadsheet. My boss wants me to create a new page where the weekly totals, and contribution scores of each team member are shown in a chart and on a graph. He wants this to automatically change what week it's tracking based on what week we're in, without having to manually change the function. Is this possible? If so, how?

    Thanks in advance.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by brachylagus
    I quote insurance. My work uses a calendar style layout to track the number of quotes done a day by each person on the team. A query is run in our quoting program, and those numbers are manually entered into the spreadsheet. My boss wants me to create a new page where the weekly totals, and contribution scores of each team member are shown in a chart and on a graph. He wants this to automatically change what week it's tracking based on what week we're in, without having to manually change the function. Is this possible? If so, how?

    Thanks in advance.
    Hi,

    a nice project you have scored there.

    You will, of course, need a little VBA code to help, if you 'Record New Macro' whilst setting up one sheet you can then adjust this and use it as the base of the macro required.

    For the Week number, something like =WeenNum(Now(),1) should give you the current week number, but you will need the Analysis Toolpak installed to use that (Tools, Add-Ins, add Analysis Toolkit).

    hth
    ---
    Si fractum non sit, noli id reficere.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1