View Single Post
 
Old 07-27-2021, 07:01 AM
zacharyswift829 zacharyswift829 is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2021
Posts: 1
zacharyswift829 is on a distinguished road
Default

There are various types of these statements you can use depending on the criteria for testing a condition, as well as when you want the test to be conducted. Here's a quick overview of some of them and their syntax:
=IF(A1="Yes", "Hello World","Hello Universe") - evaluates A1 for "yes" and displays "hello world" if it does so
=IF(A1="No", "<math>FINAL VALUE</math>","<math>SUPER DUP
To learn how to make an IF statement and to download the resource, please visit: Excel IF Function – How to Use
Reply With Quote