Download presentation
Presentation is loading. Please wait.
1
Logical Functions Excel Lesson 10
2
AND FUNCTION Will display “True” if all conditions are met and “False” if one condition is not met =AND(Logical1,[Logical2],…) Example: =AND(c3<=C10) If the number in cell C3 is actually less than the number in cell C10, then the result in the active cell will be TRUE. If it is greater than or equal to the number in cell C10, then the result in the active cell will be FALSE.
3
OR FUNCTION Will display “True” if one of the conditions are met, will display “False” if at least one condition is not met
4
NOT FUNCTION Will display “True” if the conditions are NOT met, and “False” if the conditions are met =NOT(b4=2222)
5
ERROR Message An error message will appear if the arguments in a formula are not correct IFERROR Function helps the user pinpoint out where the error was made in a function
6
Modifying Text
7
Converting text to columns
Allows the user to take text in one column and move them into multiple columns
8
LEFT, Right, and MID Functions
LEFT Function Takes a specified number of characters from the left in a cell and places them in a new cell RIGHT Function Takes a specified number of characters from the right in a cell and places them in a new cell MID Function Takes a specified number of characters from the middle of the cell and places them in a new cell
9
Trim Function Removes any extra spacing in a cell =TRIM(c2)
10
Capitalization Functions
PROPER: capitalizes the first letter in each word LOWER: Makes all of the text lowercase UPPER: Makes all text uppercase
11
CONCATENATE Function Combines the content in two cells together
=CONCATENATE(l2,” “, I3,” “,I4)
12
FIND and SUBSTITUTE FIND: advanced function that searches the spreadsheet for a specific string in a text string SUBSTITUTE: function that replaces text in a text string in a spreadsheet
13
Source Microsoft Official Academic Course Microsoft Excel John Wiley & Sons, Inc., 2014.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.