+ Reply to Thread
Results 1 to 6 of 6

DATE & MONTH minus ?

  1. #1
    Tufail
    Guest

    DATE & MONTH minus ?

    Hello,
    I have date in A_col and want minus month of B_col and want get result in
    C_col

    A B C
    01-JUN-2006 -24 01- APR-2006

    Thanks in advance.

  2. #2
    Ardus Petus
    Guest

    Re: DATE & MONTH minus ?

    01-JUN-2006 minus 24 month does not equal 01-APR-2006!

    --
    AP

    "Tufail" <Tufail@discussions.microsoft.com> a écrit dans le message de news:
    A7C809D4-77FD-4000-9D7A-EC781C7F3DDC@microsoft.com...
    > Hello,
    > I have date in A_col and want minus month of B_col and want get result in
    > C_col
    >
    > A B C
    > 01-JUN-2006 -24 01- APR-2006
    >
    > Thanks in advance.




  3. #3
    excelent
    Guest

    RE: DATE & MONTH minus ?

    =DATE(YEAR(A1);MONTH(A1)+B1;DAY(A1))


    "Tufail" skrev:

    > Hello,
    > I have date in A_col and want minus month of B_col and want get result in
    > C_col
    >
    > A B C
    > 01-JUN-2006 -24 01- APR-2006
    >
    > Thanks in advance.


  4. #4
    excelent
    Guest

    RE: DATE & MONTH minus ?

    =DATE(YEAR(A1),MONTH(A1)+B1,DAY(A1))

  5. #5
    Tufail
    Guest

    Re: DATE & MONTH minus ?

    I am really very sorry for typing error, anyway i got reply thanks.

    "Ardus Petus" wrote:

    > 01-JUN-2006 minus 24 month does not equal 01-APR-2006!
    >
    > --
    > AP
    >
    > "Tufail" <Tufail@discussions.microsoft.com> a écrit dans le message de news:
    > A7C809D4-77FD-4000-9D7A-EC781C7F3DDC@microsoft.com...
    > > Hello,
    > > I have date in A_col and want minus month of B_col and want get result in
    > > C_col
    > >
    > > A B C
    > > 01-JUN-2006 -24 01- APR-2006
    > >
    > > Thanks in advance.

    >
    >
    >


  6. #6
    Tufail
    Guest

    RE: DATE & MONTH minus ?

    really thank you very much for your prompt reply even i typed wronglly.

    "excelent" wrote:

    > =DATE(YEAR(A1);MONTH(A1)+B1;DAY(A1))
    >
    >
    > "Tufail" skrev:
    >
    > > Hello,
    > > I have date in A_col and want minus month of B_col and want get result in
    > > C_col
    > >
    > > A B C
    > > 01-JUN-2006 -24 01- APR-2006
    > >
    > > Thanks in advance.


+ 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