pmcmicha
Technical User
- May 25, 2000
- 353
I know that I cannot use COUNTIF with more than one condition and I have tried to use the 'CONDITIONAL SUM' wizard as well (This failed since my cells are merged.). But I have two conditions which need to be met.
COUNTIF(A1:A100,"*text")
This is what I am trying to do, but I need to limit my range based on a variable which changes depending on what level you are currently working with. So if the CUR_LVL would be 5, then the range would only need to be A1:A5. But later on, the CUR_LVL could be 1 or 10 or 100.
Is there any way to specify a dynamic range or is there another way to get the solution I am looking for, but one which I cannot see?
Thanks in advance.
COUNTIF(A1:A100,"*text")
This is what I am trying to do, but I need to limit my range based on a variable which changes depending on what level you are currently working with. So if the CUR_LVL would be 5, then the range would only need to be A1:A5. But later on, the CUR_LVL could be 1 or 10 or 100.
Is there any way to specify a dynamic range or is there another way to get the solution I am looking for, but one which I cannot see?
Thanks in advance.