Skip to content

Kuba27x/Excel-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Excel-6

Status Excel

โœจ Project Description

Excel-6 is a guide to logical functions in Microsoft Excel. Here you'll find practical tips, instructions, and illustrations about working with IF, AND, OR, NOT, XOR, IFS, and SWITCH functions.

๐Ÿ“š Goal: Help you master logical functions in Excel for smarter, more efficient spreadsheetsโ€”suitable for both beginners and advanced users!


๐Ÿ“’ Table of Contents


โœ… IF Function

The IF function checks whether a condition is met and returns one value if TRUE and another value if FALSE.

IF screenshot


๐Ÿ”— AND Function

The AND function returns TRUE if all conditions are TRUE and FALSE if any condition is FALSE.

AND screenshot


๐Ÿ”€ OR Function

The OR function returns TRUE if any condition is TRUE and FALSE if all conditions are FALSE.

OR screenshot


๐Ÿšซ NOT Function

The NOT function reverses logic: TRUE becomes FALSE, and FALSE becomes TRUE.

NOT screenshot


โœ–๏ธ XOR Function

The XOR function returns TRUE if an odd number of conditions are TRUE, and FALSE otherwise.

XOR screenshot


๐Ÿงฉ IF with AND Example

Check if both start and end values are not empty, then subtract them.

  • <> means "not equal to"
  • If any value is empty, returns an empty string.

IF with AND screenshot


๐Ÿ”Ž Comparison Operators

  • = means equal to
    Equal screenshot
  • > means greater than
    Greater screenshot
  • < means less than
    Less screenshot
  • >= means greater than or equal to, <= means less than or equal to

๐Ÿ“ IFS Function

Use the IFS function in Excel 2016 or later when you have multiple conditions to check. Returns the value for the first TRUE condition.

IFS screenshot


๐Ÿ—‚๏ธ SWITCH Function

The SWITCH function looks up a value from a list and returns the result for the first match found.

SWITCH screenshot

SWITCH Example with Codes

  • The RIGHT function extracts the 2 rightmost characters from the string.

SWITCH code screenshot


๐Ÿ“ท Screenshots

You can find all screenshots in the /Screenshots folder.


โ„น๏ธ Requirements

  • Microsoft Excel (recommended: 2016 or newer for IFS and SWITCH)
  • Windows OS

๐Ÿ‘จโ€๐Ÿ’ป Author

Project and documentation by Kuba27x
Repository: Kuba27x/Excel-6


About

Logical functions, IFS, SWITCH

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published