Snake Eyes
Board Regular
- Joined
- Dec 14, 2010
- Messages
- 113
- Office Version
- 365
- 2016
- Platform
- Windows
I have non-contiguous cells that I would like to look for a specific value "Security".
'B18','B28','B38','B48','B58','B68','B78','B88','B98','B108'
When they contain that value (and only if they meet that criteria), I would like to add the number values of the cells to the right of those qualified cells only...
C18,C28,C38,C48,C58,C68,C78,C88,C98,C108
I suspect I need to use some combination of SUMIF and INDIRECT however, I can't seem to find the proper syntax.
Any help would be appreciated.
'B18','B28','B38','B48','B58','B68','B78','B88','B98','B108'
When they contain that value (and only if they meet that criteria), I would like to add the number values of the cells to the right of those qualified cells only...
C18,C28,C38,C48,C58,C68,C78,C88,C98,C108
I suspect I need to use some combination of SUMIF and INDIRECT however, I can't seem to find the proper syntax.
Any help would be appreciated.