+ Reply to Thread
Results 1 to 3 of 3

display date by monthly, by monthly & quarterly

  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    display date by monthly, by monthly & quarterly

    using excel 2003.

    I have one sheet. In those sheet :
    column a : nos of visit
    column b : start date
    column c to n : 1st visit to 12 visit date

    Now i required if column a : nos of visit 12 then date display in each month. If nos of visit 6 then date display by alternet month & if nos of visit 4 then date display after three months gap.

    Formula required in column D2 to N4.

    Attached file for your ref.
    Attached Files Attached Files
    Last edited by avk; 04-21-2010 at 09:40 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: display date by monthly, by monthly & quarterly

    D2: =IF(MOD(COLUMN()-COLUMN($C$1),12/$A2)=0,DATE(YEAR($B2),MONTH($B2)+(COLUMN()-COLUMN($C$1)),DAY($B2)),"")

    copy across and down. Format cells as date
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: display date by monthly, by monthly & quarterly

    thanks. our problem solved.

+ 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