A and B column query to provide Sum of column C
Solved/Closed
Rian Crabtree
-
Updated by Rian Crabtree on 29/11/16 at 04:38 PM
yg_be Posts 23312 Registration date Sunday June 8, 2008 Status Contributor Last seen November 6, 2024 - Nov 29, 2016 at 05:21 PM
yg_be Posts 23312 Registration date Sunday June 8, 2008 Status Contributor Last seen November 6, 2024 - Nov 29, 2016 at 05:21 PM
Related:
- A and B column query to provide Sum of column C
- How to delete column in word - Guide
- Tweetdeck remove column - Guide
- Excel copy column from one sheet to another automatically - Guide
- Excel count occurrences of string in column - Guide
- How to convert column to row in notepad++ ✓ - Excel Forum
1 response
yg_be
Posts
23312
Registration date
Sunday June 8, 2008
Status
Contributor
Last seen
November 6, 2024
5
Nov 29, 2016 at 05:21 PM
Nov 29, 2016 at 05:21 PM
Try this :
=SUMIFS(C1:C8;A1:A8;"abc";B1:B8;"y")
=SUMIFS(C1:C8;A1:A8;"abc";B1:B8;"y")