Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

End of Month function in Excel - Excel tutorial


The EOMONTH (end of month) function allows you to generate a month end date no matter what the original date (even taking into account leap years). Extremely useful when you want to report on standardized dates.
Category: Excel tutorials > Functions - Difficulty:


More cool Excel tutorials:



Count Function
Count Function
The Count function in Excel will return the number of entries (actually counts each cell that contains number data) in the selected range of cells.
Category: Excel tutorials > Functions - Difficulty:
How Conditional Formatting is applied in Excel?
How Conditional Formatting is applied in Excel?
In conditional formatting, you have to specify a condition or criteria for formatting.
Category: Excel tutorials > Functions - Difficulty:
Protecting a Workbook in Excel
Protecting a Workbook in Excel
Workbook-level protection- You can apply protection to workbook elements and you can protect a workbook file from viewing and changes.
Category: Excel tutorials > Functions - Difficulty:
GROUP and UNGROUP in Excel
GROUP and UNGROUP in Excel
Learn how to group and ungroup rows and columns so that you can easily hide or unhide the rows and columns you are interested in.
Category: Excel tutorials > Functions - Difficulty:
Excel VBA-Creating Procedure
Excel VBA-Creating Procedure
There are two types of procedures you can create in Excel VBA: a Sub procedure and a Function procedure. What’s the difference between the two types of procedures? It’s whether or not the procedure returns a value you can use elsewhere in the program. A procedure defined as Sub can not pass its result to any other procedure in the program while a procedure defined as Function has the capability to return a value or result.
Category: Excel tutorials > Macros - Difficulty: