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

 
 
 

Contributors