How do I remove date from a time

Greetings all. I have a daily report that I enter into a Numbers spreadsheet that is broken down by hour. The starting hour changes from report to report. I'm trying to create a new table that finds the earliest time amongst a weeks' worth of reports. Column A of Table 1 is for Monday through Column E for Friday. So for example: cell A1=8:00 AM; B1=7:00 AM; and C1=9:00 AM; D1=8:00 AM; and E1=9:00 AM. In A1 of my new table I enter '=MIN(A1:E1)', but receive an answer of 8:00 AM. I made sure the inspector had cell formatting set to just display time for both tables, even though only time is being displayed. I noticed if I double click in A1 of Table 1 that I see the date the time was entered even though the only thing visible when I click off the cell is the time. I'm assuming my result for the MIN formula being what it is is because 8:00 AM Monday is a lower number than 7:00 AM on Tuesday of the same week. Is there a way I can turn off that date factor and have the cell just contain the time? In other words, get rid of the date stamping. My goal is to have the answer to '=MIN(A1:E1)' be '7:00 AM'. Any and all help is much appreciated. Thank you and have a great day.

Keep in mind that in Numbers, time data always represents a completely specified *moment in time*, even if a cell is set to display only some portion of it. There is no predefined data type for any other kind of time data, such as a recurring time-of-day or a duration, that isn't associated with a specific date.
Unfortunately, if you allow Numbers to pick the data type automatically (which is the default behavior), it will always assume that any cell entry that looks like a time is a specific moment in time, even if it isn't, & add a date to its cell value. For example, "8:00 AM" will automatically be interpreted as 8:00 AM on a specific date. If there is no explicit date already set for the cell, it will be set to one of several dates, depending on how the data was put into the cell, but the rules for this are not completely intuitive or obvious. When you check the entry's date, you may find Apple's traditional default 'day one' value, currently the first day of January of 1904, but you also might find the date when the cell's value was first entered!
Worse, even if you intentionally don't include an AM or PM reference & manually enter just "8:00," as you might want to do to enter a time duration value, the automatic data type feature will set the entry to 8:00 AM on the current date. But if you import such values into a range of Numbers cells, you may find some other date value instead.
(I assume here for the sake of example that the results are independent of the date & time formats set in system preferences. If this isn't true, the results may vary if you aren't using the U.S. defaults.)
Also note that all the various pre-defined date & time functions operate only on the date & time data class, & that there are no provided functions to coerce or convert other data types to the date & time class.
Thus, if you want your Numbers spreadsheets to reliably deal with any & all forms of time values, you have your work cut out for you. You may have to create individual cells for numeric time units like hours & minutes, or possibly use a text data cell to hold the raw value & complex text functions to parse the time value from it.
In this respect, Numbers is very much a "version 1.0" product that could stand quite a bit of improvement.

Similar Messages

  • How do I transfer data from one time capsule to new time capsule when TC backs up an iMac and Power Book

    How do I transfer data from one time capsule to new time capsule when TC backs up an iMac and MacBookPro

    It is generally better to leave the old backups and start again.. unless there is something you particularly need.
    But if you desperately want all the old backups you have to copy the sparse bundles.. this will take very long time as it must copy via the computer..
    http://pondini.org/TM/18.html
    Take particular note of the initial comments.. ie before you read how to do it.. don't do it.

  • How do I remove data from my broken iPhone 3GS from iTunes, iCal, contacts?

    Help .....
    I recently fried my iPhone 3GS and the data used to be synced using iTunes. I have iPad and iMac, which data are synced using iCloud. The data in iMac are duplicated by the iPhone and iPad. Can any one guide me how to remove the iPhone data from iTunes, iCal and address book please. Thanks

    Turning your email off in settings doesn't remove the email from your account.  You have to delete it from your device or from icloud.com, then empty the trash to remove it from your account.  Same thing with contacts. 
    This article provides some suggestions for reducing your iCloud storage: http://support.apple.com/kb/HT4847

  • How do I remove files from my Time Machine Backup and then how to exclude external hard drives from Time Machine?

    How can I remove external hard drives from the Time Machine and exclude them in the future?

    For deleting backups from Time Machine: http://pondini.org/TM/12.html
    For excluding things from backups: http://pondini.org/TM/10.html
    For general Time Machine advice (all courtesy of Pondini): http://pondini.org/OSX/Home.html

  • How does one remove dates from pictures?

    I accidentally set my camera to show the date on each picture. When I uploaded the pictures to my computer, I am unable to remove the dates from each picture. Is there a way to do this without having to use a "blemish" tool?
    Thanks in advance!!

    I accidentally set my camera to show the date on each picture. When I uploaded the pictures to my computer, I am unable to remove the dates from each picture. Is there a way to do this without having to use a "blemish" tool?
    You can not - you had the camera include the date as a part of the image so the only way to remove it is to retouch it out with a photo editing program - it is no different than removing a power line or a person from the photo - it is part of the image
    LN

  • How do i transfer data from one Time Capsule to another?

    We ran out of space on our old Time Capsule, so I purchased the 2TB model. Problem is that there are no direction (that I can locate) on how to switch over from one device to the other! Can anyone direct me to some online instructions?

    The great Pondini.. wonder of TM
    http://pondini.org/TM/18.html
    saves the day.
    But IMHO.. start a fresh TM backup on the new TC.. preserve the old TC for posterity.. about 6months.. after which time if you didn't need anything on it you won't.

  • How can I remove Data from the iCloud?

    I want to remove Calendars and some Contacts from the Colud so whenever I turn on the cloud some of the contacts or some calendars won't appear

    delete them from the iDevice or go to iCloud.com and delete them. good luck.

  • Error removing data from MDS using WLST

    I'm new at MDS so i want to remove some data which I inserted in the wrong structure....sounds quite easy. After some looking around I should be able to do this using a deployment plan and WLST. I chose the last one as I am not realy familiar yet with deployment plans. I connect with my server and started WLST did the following:
    wls:/offline> connect ('weblogic', 'mypassword' , 't3://localhost:8001')
    Connecting to t3://localhost:8001 with userid weblogic ...
    Successfully connected to managed Server 'soa_server1' that belongs to domain 'MY_DOMAIN'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    wls:/MY_DOMAIN/serverConfig> deleteMetadata(application='soa-infra', server='soa-server1', docs='/apps/deploy/*')The outcome was:
    Location changed to custom tree. This is a writable tree with No root.
    For more help, use help(custom)
    and after a while it closed the WLST connection. Can anyone tell me how I can remove data from my repository or what is going wrong here?
    Thanks in advance

    Hi,
    I think you were getting this error because you had your server name incorrect : soa-server1 instead of soa_server1. Also it might be possible that soa-infra is installed on the different server.
    Regards,
    Neeraj Sehgal

  • How do I remove date imprints from my pictures?

    How do I remove date imprins from my pictures?

      This is normally set in camera but can be changed in elements. In Organizer select a photo and on the top menu click edit à Adjust Date & Time.
     

  • How do I transfer all my data from my Time Capsule 2TB to my new Time Capsule 3TB?

    How do I transfer all my data from my Time Capsule 2TB to my new Time Capsule 3TB?

    Click here and follow the instructions to move a Time Machine backup, and just drag-copy everything else.
    (113074)

  • I have an iphone4. every time i turn it on i get an old I.D. and a message saying, "Apple password " then my email address  and asks for the password. I have a different account that itunes on my computer recognizes.  How do i remove this from my phone?

    i have an iphone4. every time i turn it on i get an old I.D. and a message saying, "Apple password " then my email address  and asks for the password. I have a different account that itunes on my computer recognizes.  How do i remove this from my phone?

    to remove that account.
    go to settings > iTunes & App Stores > click on that apple ID then sign out.

  • How to recover the autocomplete data from a Time Machine backup?

    How to recover the Safari 5.1.7 autocomplete data from a Time Machine backup on Mac OS X 10.6.8 (Snow Leopard)?
    To solve other issues (Safari crashing sometimes when saving web pages), I selected:
    Safari - Empty Cache
    Safari - Reset Safari - Selected ALL - Reset
    I could later on recover some Safari autofill data restoring
    HD/Users/~/Library/Cookies/Cookies.plist
    HD/Users/~/Library/Safari/Form Values
    HD/Users/~/Library/Safari/History.plist
    but other autocomplete data is missing, including the one when filling web form search fields in web pages, for instance, and also some username and password login data on some web sites.
    How to restore all such data from the Time Machine Backup?
    Thanks!

    I also recovered:
    HD//Users/~/Library/Keychains/login.keychain
    What else should I recover?

  • HT201250 I have an Time Capsule (1 TB) and do not know how to get my data from it after reformatting my hard drive.

    Due to multiple problems with Lion, I decided to reformat my hard drive with Snow Leopard (10.5.8) and now am unable to retrieve my data from my time capsule (1T).  I tried to import but ended up with 342 pictures of mainly clip art and downloads from emails.  Help.  I don't know how to get to the time capsule.  When I open time capsule, it shows only the dates since I reformatted on Sunday.

    I don't think this helped me!  I am afraid to do the Terminal thing if it can't be undone!  I cannot afford to lose the time machine backups.  When I open the time machine now, it shows only backups from Sunday when I reformatted the disk!!!
    I did open disk utility which is as follows:
                                  Capacity:  464.8 GB (499,113,885,696 Bytes)
                                  Available: 441.6 GB (474,187,837,440 Bytes
                                   Used:  23.2 GM (24,926, 048,256 Bytes)
                                   Number of Files: 634,969
                                  Format:  Mac OS Extended (Journaled)
                                  Owners Enabled:  Yes
                                  Number of Folders:  159,926
    It gives me the option to restore, but then wants a source and destination.  Is this the right place to be?  I have Version 10.5.8. 

  • HT201250 I had to replace the hard drive in my old MacBook. I replaced it. Installed OSX10.6. Then using the system software I reinstalled data from my Time Machine backup. On completion it asked for my password. It is not accepted. I am locked out how I

    I had to replace the hard drive in my old MacBook. I replaced it. Installed OSX10.6. Then using the system software I reinstalled data from my Time Machine backup. On completion it asked for my password. It is not accepted. I am locked out how I overcome this?
    I was already using 10.7. But only had the disc for 10.6.

    Sorry I am new to this. Am I in the right area? I am using my iPhone to make contact. I am worried.

  • How do i restore all my data from a time machine back up from an iMac to a Macbook Pro?

    How do i restore all my data from a time machine back up on an external hard dirve???
    From an iMac to a Macbook Pro.

    I tried this but my external drive is not appearing for some reason. Although it is accessible through finder.
    Is ther perhaps another way of doing this??
    Your help is massively appreciated!!

Maybe you are looking for