+ Reply to Thread
Results 1 to 4 of 4

Thread: Set up a Calendar in Excel

  1. #1
    Randy
    Guest

    Set up a Calendar in Excel

    I have a Lotus 123 spreadsheet that brings up three calendars. I need
    to convert it to EXCEL. All I do is enter the first date of the month
    and the three months come up one under each other. I just used
    formulas to create the dates in each field.

    Could someone tell me a formular I could use in the cells to bring up
    the appropriate days for each calendar.

    I tried to just convert the spreadsheet and apparently there is some
    problem with the formula.

    Here is the 123 formula for the 1st day of the month of the first
    calendar. I just added days to it to get the rest of the days of the
    month.

    @IF(H7>0,H7+1,@IF(@DATEINFO(@DATE($A7,$A8,1),3)=R$1,1,""))

    I need a formula that will work with Excel.

    Thanks for any help.


  2. #2
    Anne Troy
    Guest

    Re: Set up a Calendar in Excel

    You can buy this calendar maker for a whopping $2.99. Probably a lot cheaper
    than making it yourself.
    http://www.vbaexpress.com/products.php

    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Randy" <ranmcc@msn.com> wrote in message
    news:1120595743.753273.300580@f14g2000cwb.googlegroups.com...
    > I have a Lotus 123 spreadsheet that brings up three calendars. I need
    > to convert it to EXCEL. All I do is enter the first date of the month
    > and the three months come up one under each other. I just used
    > formulas to create the dates in each field.
    >
    > Could someone tell me a formular I could use in the cells to bring up
    > the appropriate days for each calendar.
    >
    > I tried to just convert the spreadsheet and apparently there is some
    > problem with the formula.
    >
    > Here is the 123 formula for the 1st day of the month of the first
    > calendar. I just added days to it to get the rest of the days of the
    > month.
    >
    > @IF(H7>0,H7+1,@IF(@DATEINFO(@DATE($A7,$A8,1),3)=R$1,1,""))
    >
    > I need a formula that will work with Excel.
    >
    > Thanks for any help.
    >




  3. #3
    Tushar Mehta
    Guest

    Re: Set up a Calendar in Excel

    While not a three month calendar, you might want to check:
    A calendar template
    http://www.tushar-mehta.com/excel/te..._calendar.html
    "Create a 12-months-on-one-page calendar or a one-month-per-page
    calendar for any year between 1900 and 3000 with the starting day-of-
    week set to any weekday.

    All the work is done through formulas. There is no code."

    Also, you may want to search the templates at office.microsoft.com.
    For example, http://office.microsoft.com/en-us/results.aspx?
    Scope=TC&Query=calendar

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <1120595743.753273.300580@f14g2000cwb.googlegroups.com>,
    ranmcc@msn.com says...
    > I have a Lotus 123 spreadsheet that brings up three calendars. I need
    > to convert it to EXCEL. All I do is enter the first date of the month
    > and the three months come up one under each other. I just used
    > formulas to create the dates in each field.
    >
    > Could someone tell me a formular I could use in the cells to bring up
    > the appropriate days for each calendar.
    >
    > I tried to just convert the spreadsheet and apparently there is some
    > problem with the formula.
    >
    > Here is the 123 formula for the 1st day of the month of the first
    > calendar. I just added days to it to get the rest of the days of the
    > month.
    >
    > @IF(H7>0,H7+1,@IF(@DATEINFO(@DATE($A7,$A8,1),3)=R$1,1,""))
    >
    > I need a formula that will work with Excel.
    >
    > Thanks for any help.
    >
    >


  4. #4
    Ken McLennan
    Guest

    Re: Set up a Calendar in Excel

    G'day there Randy,

    >
    > Could someone tell me a formular I could use in the cells to bring up
    > the appropriate days for each calendar.
    >


    John Walkenbach has written an excellent worksheet based calendar
    which uses Array Formulae. A little judicious editing will have it doing
    whatever you want it to.

    I've adapted it to a userform without much trouble, although I did
    get advice from the microsoft.public.excel.programming newsgroup to help
    with my rather feeble attempts at a Class Module. However that's a
    different story and you'll not need such frippery for the use you've
    described.

    You can find the site at www.j-walk.com

    The calendar is also included in John's Excel 2003 Bible, and
    possibly in earlier versions also. Not looked at 'em so I can't say.

    --
    See ya
    Ken McLennan
    Qld, Australia

+ 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.2.0