How do I create a timesheet on numbers that will give me a weekly total as well as an hourly total?

I am currently enrolled in an internship, and I need to sumbit an timesheet every week, as well as one at the end of my internship showing the overall hours that I worked. How do I create a Time sheet that will show my start time, end time, total hours for the day, total hours for the week, and total overall hours. If possible can someone please show me step by step how to do this or give me a template I can go off of.

Hi j,
Take a look at the Employee Schedule template in the business section of the Template Chooser.
With a few modifications, it should do what you need.
Start by renaming the main table to reflect the new focus—you—then replace the names in row 1 with the Sunday dates of the weeks being recorded. Each column will then report your total house for one week (in row 25). You can use SUM() to total these in a separate cell or on a separate tabel.
One caution:
The values in the pop-up menus, like those in all cells showing either Date or Time values contain both a Date part and a Time part. Where only the Time part has been entered, the Date part is the Date on which the entry was created. For the pop-ups on this table, that was July 15, 2008, so the full value in cell C7 (John's first "In" time) is July 15, 2008 08:00:00. That full value is what's used in the calculation in C9.
If you edit the pop-up menu lists, there are two things to be aware of:
The "blank" item in the menus enters an empty string into its cell, not a true blank. You, as a user, cannot create an 'empty string' item in a popup menu. The closest you can come is an entry with a single space. If you edit the "blank" item, you will also need to edit the formulas in the hours rows to detect a space ( " " ) rather than an empty string ( "" ).
If you add or change any 'time' items in the pop-ups, the new (or changed) items will contain 'today's' date as part of the value. To avoid unexpected results from calculations, you'll need to edit ALL or the 'time' items if you choose to edit or add one.
Take a look at the template, then bring back any questions that arise.
Regards,
Barry

Similar Messages

  • How do I create a formula in Numbers that will only sum a set number of entries?

    I'm trying to create a spreadsheet that will keep track of my expenses. In Table 1, I have only the totals for each spending category. All the other tables represent each of the spending categories, which contain all the transaction entries. In Table 1, I created a drop down menu with the following five options:
    Last 30 Days
    Last 365 Days
    This Month
    Last Month
    All Time
    The numerical entries in Table 1 correspond exactly to the entries of the respective footer rows. At the moment, the sum in each of the footer rows adds up all the transaction entries, but I want to be able to add up only the entries that satisfy the selected drop-down menu option.
    So how can I create a conditional formula in each of the footer rows that will allow me to do this?

    Hi tsp,
    compare each date entry with today's date
    The TODAY function will automatically update as your time zone crosses midnight.
    Here is a single-cell table to use as a reference (or you could place this somewhere in a larger table)
    =TODAY()
    Calculating days until a task must be done
    C2 (and Fill Down)
    =DATEDIF(Today::A$1,B2,"D")
    But only if your dog can wait 3 days for a walk .
    Regards,
    Ian.

  • How do I create a filter in photoshop that will effect any photo you add it to?

    I need to create a template that can be quickly and easily changed out week to week. So I need to adjust the colors of photos but add that to any photo I choose week after week. How do I do this??

    Wrong tool. Use InDesign. That aside you may be looking for a solution that may not/ can not exist - how would you create a usable duotone of an image, without tweaking its contrast beforehand? It's simply gonna look different with every lighting situation and require manual intervention. and I don't know how "most designers" work, but for the aforementioned reasons I wouldn't work this way. Our clients 'marketing directors would ram me into the ground without even a second thought if they got such untweaked work.
    Mylenium

  • How do I create a simple launcher VI that will end when the new VI is started?

    I've just recently upgraded to Labview 7 and I'm writing a complex set of programs that are related, but do not need to be running simultaneously. I would like to write a simple launcher program that will load the appropriate VI and close itself after doing so. I understand how to call a subVI and have its front panel open upon execution, but I'd rather keep the VI's seperate.
    Thanks for any help in advance.
    -Warren

    Try the attached example. Be careful though - if you make changes to this VI, make sure you save it before you run it, as it closes itself, and you will loose any unsaved changes...
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
    Attachments:
    Splash_Screen_and_Launcher.vi ‏54 KB

  • How do I create an Application with Automator that will open files in Photoshop Elements 11 and run an action?

    Here's what I'd really like the Script to do when I select one main folder:
    Look through all the subfolders, find all the PNG files and convert them to TIFFs, replacing the original PNG files.
    Open the converted TIFF files in PSE 11.
    Run an action on them in PSE 11 (which I already created that adds a white fill layer below the TIFF file.)
    Save each file in their original location and Close each file.
    Import them into LR.
    Anybody?  Bueller?  Bueller?
    If that's not possible, I'd love an Automator action that can convert the PNG files to TIFFs that can be viewed in LR 4.4.  If I convert them in PSE 11, LR can view them, but if I convert them using Automator, LR cannot.
    Thanks so much for any help you can provide.
    -Jen

    LabVIEW 7 added a property to get a command line argument. For older versions see http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DA5B56A4E034080020E74861.
    I'm not sure I understand you problem with the Run button. If you set the execution mode to Run When Opened from VI Properties, it should execute once whenever it's called. I think that when building an executable, it changes the property to this if it's not already set. If the application does not have this set, it will not be running at all. I'm assuming that you are talking about the Run button on the toolbar and not a run Boolean that you've created on the front panel.
    Since you have the app builder, your other option is to create a DLL. If you can call a DLL in Matlab, then that would probably be simpler.
    Message Edited by Dennis Knutson on 11-28-2005 02:46 PM

  • How do I create a simple writeable template that will load to any PDF invoice

    Hi there, I am wanting to use a word template (or writeable PDF template) to superimpose (cut and paste) onto a PDF invoice we receive by email. The goal is to allow us to code directly on to the PDF received. I have tried a few options but they all are time consuming.
    Can you please recommend the simplest method to code direct on to the invoice copy (that a manager can then sign off when the email is forwarded to him/her) with the invoice and amendment attached.
    Many thanks
    Danny Kennedy

    Try the attached example. Be careful though - if you make changes to this VI, make sure you save it before you run it, as it closes itself, and you will loose any unsaved changes...
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
    Attachments:
    Splash_Screen_and_Launcher.vi ‏54 KB

  • How do I create a Bing Maps route that stays on a U.S. Route number for tourism/scenic purposes?

    How do I create a Bing Maps route that stays on a U.S. Route number for tourism/scenic purposes?  I want to go from point a to point b while staying as much as possible on a US route number, such as US 6 or US 20 or US 101 or US 40, (and the defunct
    US 66).
    Instead of dragging points back to the road every time it pulls you onto a faster route, can I just say "use RT20 as much as possible?"
    Or as simple as choosing a point on a US Route and selecting the entire length as a trip.   The idea is to plan trips throughout the USA avoiding interstates, and staying on the actual original routes.
    I am posting this here at request from Microsoft Support Engineer as a more complex request.

    This is already on the feature request list from one other person. This would take a lot of work to implement from a technical side of things. given that only one other person has requested this, there isn't much of a business case for this yet.
    http://rbrundritt.wordpress.com

  • I am trying to create a button in flash that will display 4 separate images at the same time when clicked.  I can't get the images to stay on when I take the mouse of the button.  I need the actions script code to make this happen.

    I am trying to create a button in flash that will allow the user to click on the button and 4 separate images show up at the same time.  I can get the images to appear when I click the button but they will not stay on the screen.  I need to know what code I use to make the images stay once the button is clicked, then I need to know exactly where I place that code.  It does not appear to be possible to add the action code to the buttons layer since each time I add a new layer I just get another "up" "over" "down" and "hit" line.
    Thank you in advance
    AP

    It is not clear how you are trying to realize this from your description.  If you are trying to create this within a button symbol it will not work.  Explain your approach and if there is code involved, show what you have so far.

  • Can I create a presentation in iPhoto that will combine still slides and video?

    I have just returned from a safari and have a lot of pictures and videos from the trip.  I would like to create a presentation/slide show that will show the slides and also videos in the same slide show and allow me to manually pace the show.  I know how to do this in PowerPoint but would rather use a more natice mac ap and thought it might be possible in iMovie or iPhoto but am not sure exactly what the best way to do this would be.

    and allow me to manually pace the show.  I know how to do this in PowerPoint but would rather use a more natice mac ap and thought it might be possible in iMovie or iPhoto but am not sure exactly what the best way to do this would be.
    If you want a native Mac application for your slideshow you could also try Keynote, the Apple alternative to Powerpoint. It will give you similar presentation options.
    Aperture - if you have it - would allow to trim the videos, allow more fine control over how the audio of the clips will be mixed, and still allow to manually pace the slideshow, but it is expensive and will no longer be developed. But if you have compatible versions of Aperture and iPhoto, simple open your iPhoto Library in Aperture: Aperture 3.3: Using a unified photo library with iPhoto and Aperture

  • How to make a java program that will give you the list of files in the dir

    How can you make a program in java that will list all the files in a directory with out useing the File,FileWriter,FileReader,InputStreamReader,FileInputStream,RandomAccessFile etc. classes

    What is with these instructors? So far today I have
    seen
    Do something 100 times, but don't use a loop
    Format numbers, but don't use NumberFormat
    and now this.
    What are these people trying to teach?
    Java??? I don't think so.Perhaps it is because these instructors are learning Java at the same time as their students. They are only one chapter ahead of the students. :(

  • I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    Hi
    Secure Zone login feature will only work if you host your website with Business catalyst.
    Please take a look to this as an alternative
    Password Protect Pages Widget for Adobe Muse
    Also, check this thread,
    Re: Can I create a login/password protection in Muse for a HTML5 page or two?

  • How can i change a video clip format that will play on a PC to play on my MAC

    How can i change a video clip format that will play on a PC to play on my MAC

    http://www.flip4mac.com/ supports all but DRM formatted Windows video.  http://www.videolan.org/ and MPEG4Streamclip may support additional.  DRM Windows video may require running Windows natively on your Mac.  Or requesting the source give you an MPEG4 compatible format or Realplayer formatted file.  Running Windows is described here: https://discussions.apple.com/docs/DOC-2741

  • I was given an iMac without iPhoto. Have updated to OS to 10.6.8. How do I get a version of iPhoto that will the updates will work with? Downloaded 9.2.1 and it looked for 9.1; downloaded 9.1 and it looked for 9.0??

    I was given an iMac without iPhoto. Have updated to OS to 10.6.8. How do I get a version of iPhoto that will the updates will work with? Downloaded 9.2.1 and it looked for 9.1; downloaded 9.1 and it looked for 9.0??

    You can Purchase iPhoto in the Apps Store...

  • How do I find a list of printers that will print from the IPad 2?

    How do I find a list of printers that will print from the IPad 2?

    Those that support AirPrint are listed on this page : http://support.apple.com/kb/HT4356
    Some printer manufacturers also have their own apps e.g. HP http://itunes.apple.com/us/app/hp-eprint-home-biz/id299531647?mt=8
    And there are third-party apps which work with some printers e.g. Print Central For iPad and Print n Share

  • My iCloud has been 'upgrading' for the last 12 hrs. That is, after I had pressed 'install after downloading the latest, improved version without entering my password. How do I get back to the window that will allow me to enter my password?

    My iPad has been 'upgrading' for the last 12hrs.That is, after I had downloaded the new version of iCloud, and pressed 'Install' without entering my password. It is probably searching for it. How do I go back to the window that will allow me to enter my password. I have tried switching off the device, but each time the 'upgrading' comes on. I have also switched it off and left it on the charger for at least 6 hrs.

    My iPad has been 'upgrading' for the last 12hrs.That is, after I had downloaded the new version of iCloud, and pressed 'Install' without entering my password. It is probably searching for it. How do I go back to the window that will allow me to enter my password. I have tried switching off the device, but each time the 'upgrading' comes on. I have also switched it off and left it on the charger for at least 6 hrs.

Maybe you are looking for