Download presentation
Presentation is loading. Please wait.
Published byAvery Swindell Modified over 10 years ago
1
EXCEL 2007 Cell Referencing IF Function
2
CELL REFERENCING Three Types: –Relative –Absolute –Mixed
3
relative Based on the physical address of the cell Changes automatically when used in a formula and copied across columns/rows
4
Relative
5
EXERCISE Open relative.xls workbook Click in cell C2 – look at the formula Use the fill handle to copy the formula from cell C2 to cell C4 Click in cell C3 and check the formula Copy the formula for each of the other three operator types Save the relative.xls workbook as relative 1.xls
6
Absolute Always refers to a specific location Does not change cell address when copying a formula –If the position of the cell changes the relative address remains the same
7
absolute
8
EXERCISE Open absolute.xls workbook Create a formula in D3 to calculate the total sales for the caramel flavour To apply absolute referencing – while cell C2 is selected, press the F4 function key & press Enter Copy the formula into cells D4:D9 – notice how the formula copies Save the absolute.xls workbook as absolute1.xls
9
Using the logical function ‘if’ ‘IF’ performs a conditional test on a value –Checks a condition that must be either True or False –If the condition is true the function returns value, –If it is false it returns another value
10
If syntax Logical_TestValue_If_TrueValue_If_False
11
EXERCISE Open logical.xls workbook Create a formula in D2 to calculate the Pass or Fail results using the If Function –Mark must be >23 to “Pass” –A mark less than 23 is “Fail” Copy the formula into cells D3:D9 Save the logical.xls workbook as logical1.xls
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.