grexcelman
Board Regular
- Joined
- Mar 1, 2015
- Messages
- 50
I'm trying to count the instances value are less than zero given two dynamic column ranges match. That's a mouthful. These are named ranges 'universe' and 'planets'. I have the following formula to give me the total number of instances that I have a match however I'm not sure where to include the additional criteria to return how many of these matches have corresponding data values less than 0 in the adjacent column C.
Thanks in advance!
Code:
{=COUNT(IF(ISNUMBER(MATCH(universe,planets,0)),$C$7:$C$35))}
Thanks in advance!