» Checking for the Presence of Specified Values Within a Range
CATEGORY - Excel Array Formulas
VERSION - All Microsoft Excel Versions
Creating a formula that will return TRUE if each number in column E appears at least once in the range A2:C6.
If any of the specified numbers are missing, the formula will return FALSE.
Solution:
Use AND and COUNTIF functions in the following Array formula:
{=AND(COUNTIF(A2:C6,E2:E10))}

Book Store:
Recommended Books:
- Microsoft Word Version 2002 Inside Out
- Microsoft Outlook 2002 for Dummies
- Business Analysis with Microsoft Excel (2nd Edition)
- Windows XP Pocket Reference
- Your First Business Plan: A Simple Question and Answer Format Designed to Help You Write Your Own Plan (3rd Ed)
- Microsoft PowerPoint Version 2002 Step by Step
No comments have been submitted.

