» Create Conditional Formula
CATEGORY - Logical Formulas
VERSION - All Microsoft Excel Versions
Problem: We want to create a conditional formula that will return TRUE if there is at least one number in List1 greater than the value in cell D1. Otherwise the formula will return FALSE.
Solution 1:
Use the following formula:
=($A$2>D1)+($A$3>D1)+($A$4>D1)>0
Solution 2:
Use the OR function as shown in the following Array formula: {=OR($A$2:$A$4>D1)}
Book Store:
Recommended Books:
- Rich Dad's Guide to Investing: What the Rich Invest in, That the Poor and the Middle Class Do Not!
- Accounting and Financial Fundamentals for Nonfinancial Executives
- Microsoft Windows XP Step by Step (With CD-ROM)
- Adventure Capitalist: The Ultimate Road Trip
- Special Edition Using Microsoft Outlook 2002
- Microsoft Office Xp: Advanced Concepts and Techniques: Word 2002, Excel 2002, Access 2002, Powerpoint 2002
No comments have been submitted.

