Pivot Table Terminology
In this video, we review (in a mercifully brief fashion) the most important terminology associated with pivot tables.
In this article, we build a model using the seldom-seen Data Table to visualize at what point an Adwords campaign becomes profitable.Read more
A summary of how to use Function keys on a Mac with Excel and other applications, including information on system defaults and how to change these defaults.Read more
YEARFRAC returns a decimal number representing years between two dates. For example:
=YEARFRAC("1-Jan-2019","1-Jan-2020") // returns 1
=YEARFRAC("1-Jan-2019","1-Jul-2020") // returns 1.5
=YEARFRAC("1-Jan-2019","1-Jan-2021") // returns 2
...Read more
The DAYS360 function returns the number of days between two dates, based on a year where all months have 30 days. Both dates must be valid Excel dates or text values that can be parsed as dates. The DAYS360 function only works with whole numbers, time values ...Read more