excelNewbie22
Well-known Member
- Joined
- Aug 4, 2021
- Messages
- 534
- Office Version
- 365
- Platform
- Windows
hi,
i'm trying to count combinations of two's from 2 ranges, and want to put it all in one formula rather using helper columns,
but i'm getting an error, saying "there's a problem with this formula" and etc...
any idea why?
any alternatives?
btw, one vstack works fine
i'm trying to count combinations of two's from 2 ranges, and want to put it all in one formula rather using helper columns,
Excel Formula:
=SUM(COUNTIF(vstack(C3&"-"&D3,D3&"-"&E3,E3&"-"&F3,F3&"-"&G3,G3&"-"&H3, C4&"-"&D4,D4&"-"&E4,E4&"-"&F4,F4&"-"&G4,G4&"-"&H4),VSTACK(C2&"-"&D2,D2&"-"&E2,E2&"-"&F2,F2&"-"&G2,G2&"-"&H2)))
any idea why?
any alternatives?
btw, one vstack works fine