Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Similar documents
Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

FV Function Example Word Problem 1:

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

In this section I m going to explain how to construct a formula, and give you some guidelines to ensure that your formulas work correctly.

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Basic tasks in Excel 2013

The Parts of a Function:

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Intermediate Excel 2016

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

Excel Working with Formulas and Functions. Using Relative References. Engineering Staff College of India

Tutorial 2. Review CIS143

USING FORMULAS AND FUNCTIONS...

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Chapter 3 Microsoft Office Excel

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

MICROSOFT EXCEL BASIC FORMATTING

Concatenate Function Page 505

IF & VLOOKUP Function

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Microsoft Office Illustrated. Getting Started with Excel 2007

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel Formulas & Functions I CS101

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Excel. Spreadsheet functions

Excel Expert Microsoft Excel 2010

Excel Functions INTRODUCTION COUNT AND COUNTIF FUNCTIONS

Chapter 3: The IF Function and Table Lookup

Performing Basic Calculations

Mathematics LBS 4. Spreadsheet Mathematics: Statistics and Graphing. Finding the Mean, Median, & Mode

Excel Level 1

Microsoft Office Excel 2007

Excel 2013 Part 2. 2) Creating Different Charts

Formulas and Functions

Excel 2016 Intermediate for Windows

CS130/230 Lecture 6 Logic and Graphing

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

SAFARI General Instructions

Excel & Business Math Video/Class Project #28 IF Function, ISBLANK function and Building a Check Register

New Perspectives on Microsoft Excel Module 3: Performing Calculations with formulas and Functions

A B C D E F G H I J K L M 1 Student Test 1 Test 2 Test 3 Test 4 Total AVG. Joe Smith

Excel Formulas Cheat Sheet

SAMLab Tip Sheet #5 Creating Graphs

Skill Set 5. Outlines and Complex Functions

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

Microsoft Excel 2010 Handout

Working with Formulas and Functions

Using Excel for a Gradebook: Advanced Gradebook Formulas

Excel Functions & Tables

Introduction to MS Excel Management Information Systems

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Excel QuickGuide 1 The AVERAGE Function

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Free Tutorial Central

Introduction to Excel

B&E 105: TECHNOLOGY FOR BUSINESS SOLUTIONS EXAM 5 CHECKLIST & OUTLINE

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Basic Microsoft Excel 2011

CS130 Software Tools. Fall 2010 Advanced Topics in Excel

SBCUSD IT Training Program. MS Excel ll. Fill Downs, Sorting, Functions, and More

Using Formulas and Functions in Microsoft Excel

QUICK EXCEL TUTORIAL. The Very Basics

Introduction. A cell can contain any of the following:

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

Personal Budget Project. Objectives. By the end of this lesson, you will be able to:

Excel Functions & Tables

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

Adobe EchoSign Calculated Fields Guide

Excel Basics Tips & Techniques

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

HPOG RoundTable: How to Manipulate PAGES Data with Excel

CS130/230 Lecture 3 Formatting, Logic and Graphing

IFTA Staff Excel Training Manual

Downloading other workbooks All our workbooks can be downloaded from:

Office of Instructional Technology

Introduction to Excel

Excel Formulas and Functions

Excel Functions & Tables

Engineering. Engr.10 JKA & KY. College of. San Jose State University

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

1. Math symbols Operation Symbol Example Order

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5.

EVALUATION ONLY. In this chapter, you will learn new. Text and Analysis EXCEL 2016 CHAPTER TIMING PROJECT: ANALYZING SALES INFORMATION

FAQ: Advanced Functions

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Microsoft Excel 2007

Unit 3 Fill Series, Functions, Sorting

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

Exploring Microsoft Office Excel 2007

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Microsoft Excel 2010 Formulas List With Examples Pdf

MS Excel Henrico County Public Library. I. Tour of the Excel Window

Using Formulas and Functions

Activity 1 Creating a simple gradebook

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley

Transcription:

Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated date will appear. The today function can be used in formulas involving time. Excel uses a serial number system for dates. It is designed so that January 1, 1900 is represented as 1, and January 2, 1900 is 2, and so on. The serial number for 2/20/18 is 43151. You can see the serial number by entering a date, then changing the number format to General : Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function To see the serial number for any given date, type the date in Excel, then change the Number Format to General. To change it back to a date, select either the Short Date or Long Date setting.

Today Function To find out the number of days between any two dates after 1/1/1900, just take the more recent date minus (-) the earlier date (the recent date is the greater serial number) using cell references. If you want to insert the current date, you can type: =Today() We can also add a cell that calculates years old by dividing days old by days in a year.

Today Function To find out how many days it is until a future date, take the future date (the larger serial number) minus the current date (the smaller serial number).

Important Basic Functions AutoSum SUM function will add together the values in a range. AVERAGE function will return the arithmetic mean of the values in a range. MIN function will return the minimum value in a range. MAX function will return the maximum value in a range. MEDIAN function will return the midpoint value, which is the value that one half of the population is above or below. The AutoSum command can be used to quickly use common functions. It is in the home tab, editing group.

Auto Calculate If you select a range with your cursor, the status bar can display the sum of the selected range, and other calculations as well. To change what the status bar automatically calculates, right click on the status bar.

Calculations with Date and Time Practice calculations with date and time: Dates are just serial numbers. Take the big serial number minus the small serial number.

Calculations with Date and Time Practice calculations with date and time: Select the General format. The result shows a percentage of 24 hours.

Calculations with Date and Time Practice calculations with date and time: Multiply it by 24 (hours in a day) to get the hours worked.

Introduction to the IF Function The IF function is used for a variety of purposes, the syntax is: IF(logical_test, value_if_true, value_if_false) An IF function performs a logical test using Logical Operators typically to look for certain numerical values or text strings. As a result of the logical test, it then does something (typically writes a text string or performs a new calculation we ll try both). Logical tests make use of Logical Operators: = Equal To <> Not Equal To < Less Than > Greater Than <= Less Than Or Equal To >= Greater Than Or Equal To

IF Function The IF function arguments can all include formulas or even text. So, for example, you can create functions like this very basic example: People can drive alone in Iowa when their age is greater than or equal to 16. If the logical test passes, then Yes is displayed. Otherwise No is displayed. Formula Auto Fill can be used to simply copy the formula to adjacent cells.

Conditional Formatting Icon Sets You can also include icon sets to indicate the results of a logical test.

Conditional Formatting Icon Sets Icon Sets are a type of conditional formatting: Always use the Manage Rules command to edit the icon set logical test.

Conditional Formatting Icon Sets When editing the rules, be sure to change the Type to Number for this example (do this first, before typing in the Value).

IF Function The IF function arguments can all include formulas or even text. So, for example, you can create functions like this very basic example: So, if the person is not old enough to drive, the formula 16 (age needed to drive) the Age of the person is carried out. The difference is how many years the person needs to wait.

Add data bar conditional formatting:

Concatenate Function (Different than Concatenation): The Concatenate Function is used to bring together the contents of two separate cells. Most commonly it is used to create a cell that contains a first name and last name from two separate cells, like shown below. Quotation marks around an empty space this is used to add a space between the first and last names.