camelrunner
New Member
- Joined
- Sep 9, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I need to count the number of non-blank cells in an array that do not contain the text "Neg". The cells in the array are merged and each cell contains a formula, so while they are blank (they have no visible value) they still contain a formula. The formula I have so far =SUMIFS(B18:M25,B18:M25,SUM(--(TRIM(B18:M25)<>"")),B18:M25,"<>*Neg*"), gives me 0 when it should be 2 based on some testing.