Set up a Calendar in Excel

R

Randy

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.
 
T

Tushar Mehta

While not a three month calendar, you might want to check:
A calendar template
http://www.tushar-mehta.com/excel/template_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
 
K

Ken McLennan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top