by Ilker | Mar 24, 2021 | Excel Tips & Tricks
In this guide, we’re going to show you how to get quarter from a date in Excel. Download Workbook To get quarter from a date, you simply need to divide the month by 3 and round up the result to the nearest integer. =ROUNDUP( MONTH(Date) / 3, 0 ) Since each...
by Ilker | Dec 10, 2020 | Excel Tips & Tricks
In this article, we are going to show you how to allow users to enter date values only for the current week in Excel. Download Workbook To limit the user interaction with input cells, you can define validations. You might be familiar with data validation from dropdown...
by Ilker | Dec 8, 2020 | Excel Tips & Tricks
It can be a challenge to make data entry consistent in concurrent use. A common example is entering a future date into a form. In this article, we are going to show you how to prevent future dates in Excel. Download Workbook To limit the user interaction with the...
by Ilker | Sep 11, 2020 | Excel Tips & Tricks
Have you ever wanted to track what percent of the month is completed? In this article, we are going to show you how to calculate the percent of completed month in Excel. If you want to calculate the percent of completed year instead, follow the link: How to calculate...
by Ilker | Sep 9, 2020 | Excel Tips & Tricks
A percentage value is a great way to express a proportion’s size in whole. You may want to calculate and see what percent of the year is completed. In this article, we are going to show you how to calculate the percent of completed year in Excel. Download Workbook...
by Ilker | Jul 27, 2020 | Excel Tips & Tricks
Excel is rich in data sorting features - you have built in features like Sort and functions like SORT or SORTBY. However, these methods won’t work without some modification when you need to sort dates in Excel. In this article, we are going to show you how to...
by Ilker | Jul 19, 2019 | Excel Tips & Tricks
Using the current time and/or date in Excel can help keep track of activities or add timestamps to your work easily. In Excel, there are a few ways for inserting the current date and time in a cell. In this article, we are going to show you how to insert Excel...
by Ilker | Jun 24, 2019 | Excel Formulas
The NETWORKDAYS.INTL is a Date & Time function that calculates and returns the number of business days between two given dates. The NETWORKDAYS.INTL function allows you to specify which days of the week are weekends and also use a list of holidays. In this guide,...
by Ilker | Jun 21, 2019 | Excel Formulas
The Excel NETWORKDAYS function is a Date & Time formula that calculates the number of work days between dates. The function excludes weekends by default, and can also be set in a way to exclude a number of holidays. In this guide, we’re going to show you how to...