Nested If Condition for a Text Range
Closed
Krishna
-
Jun 3, 2010 at 02:23 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 3, 2010 at 10:34 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 3, 2010 at 10:34 AM
Related:
- Nested If Condition for a Text Range
- How many nested if statements in excel - Guide
- Apple airtag range - Guide
- If condition in excel - Guide
- Insert a new sheet at the end of the tab names and paste the range names starting in cell a1. autofit columns a:b and name the worksheet as range names. ✓ - Excel Forum
- Air condition lidl - Home - Apps & Sites
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 3, 2010 at 10:34 AM
Jun 3, 2010 at 10:34 AM
You can use SUMPRODUCT
=SUMPRODUCT( (B:B="A") * (E:E="Network") * (I:I))
=SUMPRODUCT( (B:B="A") * (E:E="Network") * (I:I))