MS-Excel - Functions and Formula Tutorials
Data validation can make it far less likely that a user will accidentally enter incorrect data. Sometimes, you might need to make it easier to enter data that otherwise would be flagged as incorrect. Read more...
Once you can see the results of conditional formatting, you might want to create formulas that reference only the data that was conditionally formatted. Read more...
Once a formula is entered into a cell, you can tell whether the cell is a static value or a value derived from a formula only by clicking in each cell and looking in the Formula bar, or by pressing Ctrl-~ (tilde). This tutorial fills that gap with a custo Read more...
Excel formulas get pretty complicated when a mega-formula references another workbook. Read more...
Mega-formulas-a formula within a formula, within a formula-are enough to send even the most seasoned Excel veteran running for the hills. Read more...
When you're creating calendar-related applications, especially payrollapplications, you sometimes need to know how many times a given day of the week appears in a particular month. Read more...
When you add hours in Excel, you can have the result return as total hours and minutes, but unfortunately, not as days, hours, and minutes. Displaying that will take some extra work. Read more...
Although VLOOKUP itself is very handy, it is restricted to looking in a specified table to return a result, which sometimes is not enough. You can escape this limitation with the INDIRECT function. Read more...
This tutorial shows how to extract the weekday of any date by using the WEEKDAY function. Read more...
Dates can tricky to work with, and finding the last day of a given month can be a challenge. Read more...