Not all automations are simple. Sometimes, certain actions can only be performed once certain conditions have been met. This is where If Statements come in! They can be used to check for various different conditions such as checking to see if two values are equal, checking if certain GUI elements exist, or even checking if certain files/folders exist. These guides will provide insight into what If statements are capable of.
Basic If Statement Commands
- Comparing Two Variables
This guide will discuss one of the basic uses of If statements, comparing two variables within an Excel file. - Practice Problem 1
This practice problem will cover the new commands covered in the previous chapter. Please review the previous chapter before attempting this problem.
Semi-Complex If Statement Commands
- Compare Variables Multi If
This guide will discuss one how the Begin Multi If command can be used to set up If statements with multiple conditions. Once those conditions are met, other actions can be performed. - Practice Problem 2
This practice problem will cover the new commands covered in the previous chapter. Please review the previous chapter before attempting this problem.