Set spreadsheet to automatically insert dates

Hi there
Is there a way with Numbers that on a spreadsheet I could create a formula which would automatically insert a date to criteria?
EG. If I want to release a product on, say 01 Oct 2010 and I know that I need my suppliers to receive it 5 weeks prior, and my office to be alerted 10 weeks prior, would there be a formula which could automatically work this out?
Many thanks in advance for any help on this matter

As was responded in your other thread
in Numbers '09 :
enter a valid date in cell B2
enter =B2- "5w"
in the cell where you want to get the result.
On my French System, I entered:
1/10/2010 in B2
=B2- "5sem"
The result is :
27 août 2010
In Numbers '08 the duration format used in "5w" is unavailable so you must use :
=B2-(5*7)
which means : substract 5*7 days to the date stored in B2.
Yvan KOENIG (VALLAURIS, France) vendredi 18 juin 2010 12:28:39

Similar Messages

  • How do I make numbers automatically insert date of table entry?

    Hi, I am monitoring time spent on a computer, so every time I log a time on my table in numbers I want it to automatically insert the date of that entry in the next column, I do not know how to do this,
    I hope someone can help me resolve this issue,
    Sincerely,
    Henri

    Hi Henri,
    There is no way to have an automatic time stamp in Numbers. Once you double click on a cell you can go to Menu>Insert>Date & Time and get a time samp that way.
    quinn

  • How automatically insert date when exit from Edit Item?

    Hi all
    Example: Sales - A/R -> A/R Invoice
    when you input any symbol in field "due date" and will press tab beside you is automatically inserted current date. in system exist standart function transformations in date or not?
    thank & hallo from moscow, russia

    Hi Artem Artamonov 
    I'm not sure exactly what you asking, but you can chenge the display format. Go to administration->system initialisation->general settings and look on the display
    tab.
    Hope this helps

  • Insert date and time

    This is a simple question but one that has been bugging me in a small way. If on a spreadsheet I press 'insert date and time' all I get is that day and date for example saturday 10th July 2010 and no time.
    Anyone offer an explanation for this?
    Thanks
    Mike

    Hello Peggy
    The problem was already reported to Bugs Hunters :
    +Bug ID# 7862838.+
    +In Numbers and Pages there is the function+
    +Insert > Date Time.+
    +At this time, its default behaviour is : insert the current date and the time 12:00:00 (without displaying the time).+
    +Given my own experience and what is often asked in Discussions forums, it would be interesting to change the default setting so that it inserts the current date & time and display both of them.+
    +Of course some users wish the availability of three items:+
    +Insert > Date defaulting to the sole date component+
    +Insert > Time defaulting to the sole time component+
    +Insert > Date & Time defaulting to the complete current dateTime.+
    +I preferred the scheme defaulting with the complete current dateTime because removing one component is faster than adding one using the existing protocol.+
    Yvan KOENIG (VALLAURIS, France) samedi 10 juillet 2010 19:05:47

  • Is there a way to automatically insert the filename in the footer of a spreadsheet using iWork's numbers 3.2?

    Is there a way to automatically insert the filename of a spreadsheet into the footer when using iworks numbers 3.2?  iworks 09 had this feature and I can't find this feature in the new version of numbers.

    Hi rhyolite,
    In Numbers 3.x, The Print View and Layout View have gone (for now at least). Page Headers and Footers can only be reached under Menu > File > Print... to open Print Preview. Hover the cursor to reveal the Page Header and Footer fields.
    The only inserts that I can get to work in Print Preview are Page Number, Page Count and Date & Time. Filename is no longer in the Insert menu.
    Regards,
    Ian.

  • How can I set the insert date to auto update in Pages 5.2.2

    how can I set the insert date to auto update in Pages 5.2.2
    I am attempting to have the date in header auto update in a Pages file.
    I can insert it, but where is the AUTO UPDATE selection
    OS10.9.4
    thank you

    Apple never included the auto-update feature for dates in Pages v5.2.2. You would have to single-click the date, and deliberately update it.
    If you have Pages ’09 v4.3 in /Applications/iWork '09, then it will allow you to configure auto-update of the date field. Right-click on the date, set the format, and click the selection for automatically update on open.

  • Help please !!  Need to insert date automatically in form

    I have been trying unsuccessfully for a week to automatically
    capture today's date on a form. I can display a date on screen but
    it will not insert date into mySQL db. All other information is
    inserted as expected.
    Am I just whistling in dark? Is there no way to eliminate
    user input for the order date field?
    I have looked throughout the forums and no luck.
    Anyone have any ideas about how to do?
    Thanks,
    Dale :-)

    You can use a timestamp function within your MySQL table, but
    remember you can only use the timestamp function ONCE in a table.
    Using the timestamp Function:
    Set the field type to TIMESTAMP. You can also set the default
    to CURRENT_TIMESTAMP and the attributes to ON UPDATE
    CURRENT_TIMESTAMP if you want the timestamp to change when the
    record is updated.
    If you want to record times more than the one time you are
    using the timestamp and you are using PHP/MySQL or PHP/MySQL ADODB
    (InterAKT's PhAKT Extension), then try this:
    http://chuckomalley.net/help/insert_date_help.php
    That gets the time into the MySQL Database. Next thing you'll
    want to do is to have it display the time the way you want it. The
    default will display it as yyyy-mm-dd hh:mm:ss and you may not want
    it that way. To display it the way you want it try this:
    http://chuckomalley.net/help/display_formatted_date.php
    For the specific syntax on using this, refer to the online
    MySQL Manual and search for DATE_FORMAT() at
    http://dev.mysql.com/doc/mysql/en/index.html
    Cheers
    Chuck

  • Automatically inserting Julian Date (yyD) in subject line in Mail

    Problem: I would like to automatically insert at the beginning of the Subject line in a new Mail message, a Julian Date, eg. 06277. The suffix to this date (yyD) is /n (where n is the sequential number commencing at 0001hrs for the given day (D).
    Question: How do I achieve this? AppleScript or Automator? Further, what is either the script or the automator commands?

    Hi Jeffrey
    I've emailed the full script to you, so make sure it doesn't end up inyour Junk Mail.
    Just so that others, can see, the script is;
    set jDay to do shell script "date +%j"
    set jYear to do shell script "date +%y"
    set theSubject to jYear & jDay
    tell application "Mail"
    set theNewMessage to make new outgoing message with properties {subject:theSubject}
    tell theNewMessage
    -- Default is false. Determines whether the compose window will
    -- show on the screen or whether it will happen in the background.
    set visible to true
    end tell
    end tell
    (Now you can give me a star)
    G5 DP 1.8Mhz   Mac OS X (10.4.7)   1Gb RAM, 2x 149Gb HDs, LinkSys router, EyeTV 410

  • How do I make an inserted date and/or time automatically update in Pages 5.1?

    In the previous version, there was an option to automatically update date / time when you clicked on the inserted text. This option is no longer there for me, only the ability to change to format of the insertion or to change the date manually. Is there no longer a way to do this?

    Apple has removed over 90+ features in Pages 5
    Pages '09 should still be in your Applications/iWork folder.
    Trash/archive Pages 5 after Exporting your files to Pages '09 format.
    Then rate/review Pages 5 in the App Store and wait for Apple to get it out of beta.
    Peter

  • Need help with creating table that automatically inserts rows depending on the amount of data

    Hi there,
    I'm trying to create a table for supervisors to enter in their subordinates information and will automatically insert rows for supervisors with multiple subordinates.  This form will not be connected to a data source, the supervisors will simply fill in the form and print out.  I want it to kind of look like this:
    Name
    Position #
    Classification
    Hours
    I really appreciate any help.  Thanks!

    Hi Niall,
    You figured it out!  I didn't have javascript turned on.  Now it is working perfectly.  I think this will help me tremendously.  Thanks so much for your help!!!!!
    Laura

  • Eror in automatic time & date setting

    Suddenly the automatic time & date function in System Preferences is returning an incorrect time. I am shown in the correct time zone (EDT), but using the automatic setting puts the time ahead by 4 hours. I believe that would be GMT. Cannot figure out why it would do this. I am using an early-2008 MacBook Pro running Mac OS 10.8.2.
    Intrerestingly, my iPhone 4S running iOS 6 is showing the correct time.
    Anyone else experiencing this, or have any ideas how do return to the correct time?

    see if this link helps  http://www.apple.com/support/ical/

  • How can I automatically insert a date in Pages for my Ipad

    Is there any way to automatically insert the current date in a letter using Pages for the IPad?  If so how?

    It is no possible.
    An alternative is to create a Page file with password in Pages for Mac, and save it to iCloud, then open it on the iPad using the password in iCloud.

  • Set automatically expiration date in a JTextField

    How can I set automatically expiration date in a JTextField if i already know current date-dd/mm/yyyy ( from a JTextFiled) and frequency(monthly etc)?
    Thank you!

    This is the code
    public void actionPerformed(ActionEvent ae){
    String data=tf10.getText();
              DateFormat df=DateFormat.getDateInstance(DateFormat.SHORT);
                   try{
                   df.parse(data);
                        }catch(ParseException nf){
                             JOptionPane.showMessageDialog(this,"Complet data");
    return;
    and after I press the button i want to display in next JtextField expiration date. I don`t know if it is good how I have created it

  • Where can I go to read about the concept of set-up and use of Key Chain to automatically insert required passwords at internet sites?

    Where can I go to read about the concept and use of Key Chain to automatically insert required passwords at internet websites? I may or may not want to use Key Chain after I understand it.

    Key Chain basics

  • Create a trigger to check inserted date is before or after SYSDATE

    Hi,
    I am trying to create a trigger that will check an inserted date against SYSDATE and alter the value (i.e. make it SYSDATE) when the entered date is incorrect.
    For example, I have a Customer table with a record named MemberDate which, when a date is entered to it, will be checked by the trigger to ensure it is not before the current date.
    My code so far;
    CREATE OR REPLACE TRIGGER Customer
    BEFORE INSERT ON
    Customer
    FOR EACH ROW
    DECLARE
    e_invaliddate_ud EXCEPTION;
    BEGIN
    IF :NEW.MemberDate < SYSDATE THEN
    RAISE e_invaliddate_ud;
    END IF;
    EXCEPTION
    WHEN e_invaliddate_ud THEN
    DBMS_OUTPUT.PUT_LINE('The date entered for MemberDate is invalid. The
    MemberDate has been set to the current date');
    END;
    So far, this trigger only returns an error message but allows the date to be entered even if it is incorrect. I have tried a few ways of altering the entered date to SYSDATE but to no avail.
    I am running scripts using SQL PLUS and inserting data using
    INSERT INTO Customer
    VALUES(CustomerID, ..., MemberDate);
    Where the values entered will be checked to ensure the MemberDate is not before SYSDATE.
    The MemberDate data-type is DATE and has a rule that it must not be before the current date. I am aware that a constraint may not be used to perform a check using SYSDATE, this is why I am trying to make a trigger.
    However, my knowledge of triggers is limited
    If anyone can help, I will be very Happy.
    Thank you in advance.

    Use this if you want an error message that halts the execution:
    create or replace trigger customer
    before insert on customer
    for each row
    begin
      if :new.memberdate < sysdate
      then
        raise_application_error(-20000,'The date entered for MemberDate is invalid.');
      end if;
    end;Use this if you want to automatically to overwrite the MemberDate with sysdate without an error message:
    create or replace trigger customer
    before insert on customer
    for each row
    begin
      :new.memberdate := greatest(sysdate,:new.memberdate);
    end;Note: untested
    Regards,
    Rob.

Maybe you are looking for

  • Insert statement

    Hi... I want to make an insert statement with a cursor, and if in the destination table exists allready a record like in start table, I would like to skip to insert that record.....and inserting the other records from the start table...... Can anyone

  • How to resolve the error while using user defined function.

    EPN Assembly file <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi" xmlns:wlevs="http://www.

  • Change the mapping generation code from sql*loader to pl/sql

    I want to use a mapping with a flat file operator to generate pl/sql code even if a mapping generate sql*loader code as default. I tried to change the Language generation property of the mapping but an API8548 error message is shown. The suggested so

  • Keyboard shortcut CTRL+ALT+2

    I just downloaded Safari 5 and i liked it. But, when i tried to sign in my Google Account I wasn't able to enter my information because when I do CTRLALT2 (it's how we do an @ on a French keyboard)on my keyboard, it brings me to my navigation history

  • Downloaded the latest update and now my iphone is not recognized in itunes

    I downloaded the latest update on my computer for Itunes and now my Iphone is not recognized when I plug it into the computer or open Itunes>