Duration units were removed?

What is going on? I made a volunteer hour spreadsheet on my iPad, sent to iTunes, saved to my hard drive, then opened it in numbers.
Every cell that was formatted in duration and had data had a little blue triangle and when clicked showed "Duration units were removed". Cells that showed a 0 did not have the blue triangle.
Why would it remove the duration units if it was formatted Duration? Any ideas?
Thanks

I don't own an iPad and have no plan to buy one but
reading this post and the one which you posted in an other thread dedicated to durations, I guess that there is a difference between the way duration structures are built in the two kind of machines. If I am right, we may just hope that we will retrieve a bit of consistency with the new iWork for mac which will be delivered one day
Yvan KOENIG (VALLAURIS, France) lundi 20 décembre 2010 21:17:31

Similar Messages

  • Blue triangle says "Duration Units were removed" How to..?

    I used a formula (the formula is  =MAX(K21-8, 0)  if that helps) to calculate OT hours worked from a shift. I wanted it to show 0 if none, and the # of hours over 8 if more than 8 were worked. I needed it to show 0 for the total weekly calculations each week and YTD. This works perfectly fine. But it has a blue triangle in the corner and when I hover over it, it says "Duration units were removed". This is also ok, doesn't cause any problems...yet.
    I am trying to have another box show total regular hours worked that day. There are some days where employee will work 5 hours, or 7 hours, and others will be 10 hours or 12 hours.
    I am using the "IF" formula, trying to say IF(the amount of hours in a particular cell are less than 8, then just copy the same time/number/duration from that particular cell, if not just write 8)
    NONE of the several ways I have tried have worked. I am not very numbers friendly..... Dont understand too much.
    This is what I am using =IF(K21<8, K21, "8") - but I have also tried with=IF(K21=<8, "K21", "8hrs") and just about every combo possible.
    Not only do none of them work, all coming up with a red error, I think I may be able to get them to work if I can 'remove the duration units' like the other cells automatically did.
    HELP?

    Hi pw,
    K21 contains a duration value, from which the formula subtracts a number. Since the number is NOT a duration, and no units are specified for it, Numbers makes an assumption regarding the unit value associate with this number, strips the duration from the value in K21, and presents the result of the subtraction. That result is a number, not a duration, and could be wrong if Numbers made a wrong assumption, hence the warning.
    One way to get rid of the warnng triangle (and to ensure that the subtraction result is what you want it to be) is to convert the duration to the equivalent number of hours:
    =MAX(DUR2HOURS(K21)-8, 0)
    With this conversion, the formula is subtracting a number ( 8 ) from a number ( DUR2HOURS(K21) ), and no warning is generated.
    "I am trying to have another box show total regular hours worked that day."
    You can pull these out of the total using a similar formula to the one above. Any hours worked, to a maximum of 8, is regular time. Anything over 8 is OT. To determine OT hours, you subtracted 8 from total hours, and used the result if it was greater than zero, and zero if that was greater than the (negative) result. Here's the other side of that:
    =MIN(DUR2HOURS(K21),8)
    If the number of hours worked that day ( DUR2HOURS(K21) ) is less than 8, then that's the number of regular hours that day. If it's greater than 8, then the number of regular hours worked is 8.
    Here's a table showing the results for several durations of work day:
    Formulas in C and D as shown above, with B2, etc. replacing K21.
    Regards,
    Barry

  • "Duration units were removed" -- Why?

    I have a timesheet file with several sheets, each with several tables. One sheet uses one of its tables to keep a running total of hours worked in several different categories, using a SUMIF function based on another table where the hours are logged.
    I am getting unexplained behavior with the cells where the totals are displayed. These are formatted as durations, but when their value is zero they display as currency, and sometimes (but not always) they continue to display as currency when their value is non-zero, even though they are the sum of durations in the other table. There is a little blue triangle in the upper left corner of the cell, which when I click on it gives a message "Duration units were removed", with no option but to "Ignore".
    What is going on? I don't want the duration units removed, and I don't want to ignore the matter -- I want to correct it! How do I do so?
    I should point out that this has nothing to do with another thread on a similar topic, in which the poster had created his file on an iPad and then opened it on his Mac. I am working entirely on a Mac.

    I'm sure Jerry's got hold of the right part of the problem. After I posted the problem, I ascertained that the inconsistency resulted from part of the sum being blank, i.e. numeric zero.
    The logging table works like this: category, start_time, finish_time, hours = IF(ISBLANK(finishtime),"",finish_time-starttime).
    The running total table works like this: totalcategory1 = SUMIF(category,"category_1",hours), totalcategories2+3 = SUMIF(category,"category2",hours)+SUMIF(category,"category3",hours), etc.
    What seemed like inconsistency was that totalcategory1 became a proper duration as soon as I had a non-zero sum in category 1, whereas totalcategories2+3 remained a currency value as long as I had a zero in either category 2 or 3.
    So the inconsistency was a red herring. What remains is three questions: (1) Why currency? (2) [more important] Is there anything I can do to get around this counter-intuitive and undesirable behavior? (3) [much less important] Why is it that, in another cell formatted as duration, I can enter 0 and have it format as "0h 0m"?
    Thanks,
    Jeff

  • Duration units

    Hi all, i have been through many other duration units removed error posts and i cant find an answer to my problem, maybe my formula is too simole... all other posts have involved IF and SUMIF.
    mine is simply a basic formula.
    I have a price in A1, another price in A2
    I have a kWh number in C1
    A date in D1, D2, D3 etc....
    the number of days in B1  (this is set to Duration - 1d)
    for B1 i used the calulation =D2-D1
    the formula i have an issue with is:
    =SUM((B1*$A$1)+(C1*$A$2))/100
    i have 2 other claulations following the same line  but all have the little blue warning triangle and the errer: Durations were removed...
    Ive tried changing the format of the cels from duration to Number but it wont stick, always reverts back to duration.
    Iam very new to Numbers having recenly moved from Excel & Windows
    Thanks in advance

    Hi Ian,
    Thanks for your reply
    Ive been working on the sheet for a while now and have the completed one, however the errors are still present, it appears to calculate somewhat correctly. However your sugestions were not sucesfull.
    The formulas are fine in Excel, infact u was using a much more complex one in Excel but was trying to simplifly it all down to work out the bugs from crossing over from Excel to Numbers
    (sorry... yes Mavericks / numbers 3)
    If i could get the Days columns to stay as plain numbers rather than always turning Automatically to 'Duration' formatting than there would be no issue at all but i cant figure that out.
    Roll on Mac Office 2014 (hopefully)
    I was looking for a way to attach the actual document but there doesnt seam to be the ability.
    ive attached grabs of the sheet and formulas

  • How to close a frozen warning: I am unable to close the "charicter boarders aren't supported and were removed" warning on my pages. Untill warning is closed I can not save my document. How can I get my document saved?

    I have an unsaved document open in pages but can not save it because the, "charicter boarders aren't supported and were removed" warning is open and I can not close the warning. How can i get the warning to close so I can save my document? Can I save the document without closing the warning?

    Probably not, but as you will have been unable to make any changes to the document with that warning window open, you're not going to lose anything by quitting (or force quitting) without saving. You'll still have the original document you were trying to import.
    I would suggest attempting to open the document in one of the open source Office applications, LibreOffice, Apache OpenOffice, or NeoOffice, each available for download from the linked sites. Once open there, remove the attributes that are causing the warning, save the file (as an MS Word document), then try opening that version in Pages.
    Regards,
    Barry

  • I had to refresh my laptop and all my apps were removed how do i get them back?

    I have a Pavilion dv6-7010us Entertainment PC -- operating system Windows 7 -- upgrading to windows 8 when the laptop would not update -- kept stalling at 12% -- said the D:windows\system32\log files\srt\srt trail.txt was missing -- refreshed the computer to look for file and all my apps were removed.  Now my computer does not do all the special things it did when I first brought it.

    Have you tried performing a system recovery to a date before this issue happened?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • I have allowed my iTunes Match subscription to expire, because of a limited data plan so can't listen to music outside my house. My music files were removed from my computer and are inaccessible without renewing the subscription. How do I get them back?

    I have allowed my iTunes Match subscription to expire, because of a limited data plan so can't listen to music outside my house. My music files were removed from my computer and are inaccessible without renewing the subscription. How do I get them back?

    Hi,
    I presume you deleted the original files as match would not have done so. Do you have a back up. If so, restore your music from that. If not, your will have lost all your music as this needed to be on your hard drive when you unsubscribed.
    Jim

  • I get the following message when i try to open ALL my documents : frozen panes and split panes are not supported and were removed. my documents are blank

    i get the following message when i try to open any of my documents : frozen panes and split panes are not supported and were removed. All my documents open blanc!

    Hi Louisa,
    louisa_16_za wrote:
    i work with Numbers on my MiniMac and then save the files as Excel because the university only works with Windows.
    Numbers is not an Excel clone. Importing and exporting between Numbers and Excel will eventually build up glitches.
    If the university only works with 'Windoze' it might be better if you use Excel or a free version of Office (for example, Libre Office or Open Office).
    If your marks depend upon a professor who uses Excel, go with the flow.
    http://www.howtogeek.com/187663/openoffice-vs.-libreoffice-whats-the-difference- and-which-should-you-use/
    Regards,
    Ian

  • Just update to Pages 5.1 - its dropped the pictures from my Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get pictures back?

    Just update to Pages 5.1 - its dropped the pictures from my old Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get the pictures back?

    Thanks Peter
    Can you just walk me through dumping Pages 5 and getting to the Applications/iWork folder - and does this mean that when I see future Pages Upgrades I should block them?
    I'm new to Apple so need a step by step
    Many thanks
    Glyptic

  • Why features were removed when syn Number file from iMac to ipad?

    Can anyone advise me on this question?
    I am using Number on both iMac and ipad and usually update file on iMac with various feature such as cell merge, header and footer row, etc.
    However, this kind of stuff were removed after syn and open file in ipad. Why is that? Anything related to setting?

    Numbers for the iPad is a different app than the version for the Mac. because it is for a mobile device (iOS), its has less functionality.

  • HT201359 and because I made a purchase value of 0.87centimos two values ​​were removed and a correct and a 1.98 cents?

    and because I made a purchase value of 0.87centimos two values ​​were removed and a correct and a 1.98 cents?

    If you think that you've been incorrectly charged then you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • [svn:osmf:] 12641: Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet ( duration timers were not taking account of the media being paused).

    Revision: 12641
    Revision: 12641
    Author:   [email protected]
    Date:     2009-12-07 21:10:00 -0800 (Mon, 07 Dec 2009)
    Log Message:
    Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet (duration timers were not taking account of the media being paused).
    Modified Paths:
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.css
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as

  • When i turn off photo in the setting of icloud,some video and photo were removed from my iphone.how can i  recover them?

    hello
    when i turn off photo in the setting of icloud,some video and photo were removed from my iphone.how can i  recover them?
    IMEL:35***********738
    MODEL:MGAA2LL/A
    SN:F2**********5QT
    MEID:35***********973
    <Personal Information Edited by Host>

    Your problem is that she used your icloud ID to connect to icloud and thus had all your data synced to her device.  Contacts are not saved in a backup to icloud, since they are stored independently in the Contacts section of icloud.  If someone deletes them, they are gone.  If you had them on the PC would they be available in some backup you frequently make of the PC?

  • I keep getting this error message, installion aborted,all instelled componests were removed via the rollback feature when installing a downloaded game from POGO. What does this mean and how do I fix it?

    I have downloaded games from POGO just fine but when i go to install them it will start and then say installion aborted,all instelled componests were removed via the rollback feature and i have no idea what this means or how i an fix it. This has never happened before and I am not sure on what do to

    Yes, the website works fine on my PC computer.
    It was working fine on my iPad too until the message showed up. The website took a long time to load and when it finally did.. That message showed up twice. The site works now but at times will stop loading.
    I do feel like my Internet connection on my iPad is spotty today. One minute it is loading super fast, the next, the page won't load at all. Could be my connection though.
    I do not have the debug console set to on. Should I set it to on?

  • I still can load to entities that were remove from Org in Enterprise 6.3.1

    I had to delete entities from my application in Enteprise 6.3.1. I went to entities select the ones I needed to removed and Edit > Remove Entity. Then I went to Task > Unowned Entities > Purge Unowned Entities. After I ran a report to confirm that all my Unowned Entities. The report was empty.
    I made a test and try to load data in the entities I removed. I was able to load data to does entities even I I removed them and I can't see them from the Unowned Entities report.
    I extract the whole application and then open it in a text editor. I was able to find the entities in the [Entity] portion only.
    Why I can't see them anywhere from the Entity module in enterprise? Is it a Bug?

    I had entities that were removed from the hierarchy with jouyrnal still posted in those entities.

Maybe you are looking for

  • Need help with my E2100L Wireless Router

    I moved back home with the parents after graduating from college while I'm searching for a job and I noticed my parent's wireless internet connection was really poor. I'm normally pretty decent with computers but I haven’t been able to fix this probl

  • Table Cells in Layout Mode vs WYSIWYG

    I am new to Dreamweaver and am using v8.0. When designing a page using Tables and Cells in Layout Mode the layout looks fine; the Cells are nice and tight. However - and this regardless of which Browser I use to check the page - the spacing between t

  • REPORT PAINTER LAYOUT

    Adding data columns to report drill down table Technical code - ZFI131 - Report Painter YTD CCA-REP GRP & CST CNTR CRP VAR: Selection Enter 2011, 2,2,,0  Group 12021862 YTD CEG_CCA-REP X CCG_C10001 Select - Manufacturing Activities, Drill down into a

  • Fontexplorer X Pro 4 opens fonts even when just clicking on file in finder?

    I need to find out how to make it open fonts ONLY when I OPEN a file. Right now it opens them even when I just click on a file in the finder. Does anyone know how to change that? The people at Fontexplorer take 4-6 WEEKS to get back to me on anything

  • How to use 'right click' command of windows in mac firefox

    how do i use the windows 'right click commands in mac firefox == This happened == Every time Firefox opened == begining