Lesson 8: Excel Conditional Statements For Business Simulations

A conditional statement is another powerful coding concept. By asking Excel VBA if something is happening in the spreadsheet (ie. if a 'condition' is met,) we can send the code in one of two directions.  In fact, we can send it in many directions!  In this lesson, we explore how to get conditional statements working both in the spreadsheet, and in the Excel VBA editor.