» Create Conditional Formula
CATEGORY - Logical Formulas
VERSION - All Microsoft Excel Versions
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:
- Investing for Dummies, Third Edition
- Excel 2002 Power Programming with VBA
- Microsoft Word Version 2002 Inside Out
- Your First Business Plan: A Simple Question and Answer Format Designed to Help You Write Your Own Plan (3rd Ed)
- Microsoft Outlook Version 2002 Step by Step (With CD-ROM)
- Final Accounting: Ambition, Greed and the Fall of Arthur Andersen
No comments have been submitted.

