Using SUM with Data Validation.
Closed
Average Joe
-
Jan 4, 2011 at 09:03 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 7, 2011 at 09:52 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 7, 2011 at 09:52 AM
Related:
- Using SUM with Data Validation.
- Display two columns in data validation list but return only one - Guide
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Transfer data from one excel worksheet to another automatically - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jan 7, 2011 at 09:52 AM
Jan 7, 2011 at 09:52 AM
Hi Average Joe,
You are looking for an array formula.
Take a look at the following formula:
=SUM(IF(A1:A5="Yes",1,0)*(B1:B5))
Confirm this formula by hitting Ctrl+Shift+Enter.
If done correctly curly brackets {} will enclose the formula.
Best regards,
Trowa
You are looking for an array formula.
Take a look at the following formula:
=SUM(IF(A1:A5="Yes",1,0)*(B1:B5))
Confirm this formula by hitting Ctrl+Shift+Enter.
If done correctly curly brackets {} will enclose the formula.
Best regards,
Trowa