michaeltsmith93
Board Regular
- Joined
- Sep 29, 2016
- Messages
- 83
Hello,
As I described in the title, I'd like help with a formula that will allow me to count how many times the cell below a specified value is a number greater than zero in another sheet within a specified range. So let's say that I choose "J" as my specified value. I'd like the formula to find every instance of "J" within a range on another sheet and count the instances when the value in the cell directly below each J is a number greater than zero. I have tried messing with AND in the criteria in COUNTIF, but I can't figure out a way to ensure that the relative reference is looking for "J." Similar problems with INDEX MATCH.
I'd also appreciate some recommendations on resources for learning VBA. I know that that's probably the easiest way to accomplish something like this.
Thanks so much in advance.
Michael
As I described in the title, I'd like help with a formula that will allow me to count how many times the cell below a specified value is a number greater than zero in another sheet within a specified range. So let's say that I choose "J" as my specified value. I'd like the formula to find every instance of "J" within a range on another sheet and count the instances when the value in the cell directly below each J is a number greater than zero. I have tried messing with AND in the criteria in COUNTIF, but I can't figure out a way to ensure that the relative reference is looking for "J." Similar problems with INDEX MATCH.
I'd also appreciate some recommendations on resources for learning VBA. I know that that's probably the easiest way to accomplish something like this.
Thanks so much in advance.
Michael