+ Reply to Thread
Results 1 to 3 of 3

How to calculate quarterly

  1. #1
    Rao Ratan Singh
    Guest

    How to calculate quarterly

    I have a worksheet which has a date between Januarys to December. This
    worksheet I m using for record sales and Concession form. According to new
    rule sale against concession form should be submitted by concerned customer
    1st quarter concession for should be deposited in next quarter’s 1st month.

    For example
    Date of Sales bill Expected Concession form
    submission

    1.10.2005 1.01.2006
    2.10.2005
    5.10.2005
    2.11.2005
    4.11.2005
    2.12.2005
    3.12.2005

    How it can be formulated and calculated.

    Thank and regards

    Rao Ratan Singh


  2. #2
    bpeltzer
    Guest

    RE: How to calculate quarterly

    If your sale date is in A1, the concession date (first date of the next
    quarter, per your example) can be calculated as
    =DATE(YEAR(A1),MONTH(A1)+3-MOD(MONTH(A1)-1,3),1)
    Is that what you're looking for? --Bruce

    "Rao Ratan Singh" wrote:

    > I have a worksheet which has a date between Januarys to December. This
    > worksheet I m using for record sales and Concession form. According to new
    > rule sale against concession form should be submitted by concerned customer
    > 1st quarter concession for should be deposited in next quarter’s 1st month.
    >
    > For example
    > Date of Sales bill Expected Concession form
    > submission
    >
    > 1.10.2005 1.01.2006
    > 2.10.2005
    > 5.10.2005
    > 2.11.2005
    > 4.11.2005
    > 2.12.2005
    > 3.12.2005
    >
    > How it can be formulated and calculated.
    >
    > Thank and regards
    >
    > Rao Ratan Singh
    >


  3. #3
    Rao Ratan Singh
    Guest

    RE: How to calculate quarterly

    Thank you bpeltzer sir/mam
    it is working. Thanks lot once again

    Rao Ratan Singh from india

    "bpeltzer" wrote:

    > If your sale date is in A1, the concession date (first date of the next
    > quarter, per your example) can be calculated as
    > =DATE(YEAR(A1),MONTH(A1)+3-MOD(MONTH(A1)-1,3),1)
    > Is that what you're looking for? --Bruce
    >
    > "Rao Ratan Singh" wrote:
    >
    > > I have a worksheet which has a date between Januarys to December. This
    > > worksheet I m using for record sales and Concession form. According to new
    > > rule sale against concession form should be submitted by concerned customer
    > > 1st quarter concession for should be deposited in next quarter’s 1st month.
    > >
    > > For example
    > > Date of Sales bill Expected Concession form
    > > submission
    > >
    > > 1.10.2005 1.01.2006
    > > 2.10.2005
    > > 5.10.2005
    > > 2.11.2005
    > > 4.11.2005
    > > 2.12.2005
    > > 3.12.2005
    > >
    > > How it can be formulated and calculated.
    > >
    > > Thank and regards
    > >
    > > Rao Ratan Singh
    > >


+ 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