Hi,
Here's what I'm trying to do...I have a list of data:
Column C Column G
Project A Iteration 1 12
Project B Iteration 1 14
Project A Iteration 2 13
Project B Iteration 2 11
Project C Iteration 1 12
Project B Iteration 3 0
In Cell A3, I've entered "Project B".
I'm trying to create a logical test that tells me True/False when the Iteration Name contains Project B and the Points are >0. The project name is variable, so I'd like to be able to reference the cell in the formula.
This is the formula I tried to use unsuccessfully
=AND(C2=$A$3&"*",G2>0)
The logical test is important as I want to filter the TRUE values in order to create a chart for Project B.
Help, please?
Here's what I'm trying to do...I have a list of data:
Column C Column G
Project A Iteration 1 12
Project B Iteration 1 14
Project A Iteration 2 13
Project B Iteration 2 11
Project C Iteration 1 12
Project B Iteration 3 0
In Cell A3, I've entered "Project B".
I'm trying to create a logical test that tells me True/False when the Iteration Name contains Project B and the Points are >0. The project name is variable, so I'd like to be able to reference the cell in the formula.
This is the formula I tried to use unsuccessfully
=AND(C2=$A$3&"*",G2>0)
The logical test is important as I want to filter the TRUE values in order to create a chart for Project B.
Help, please?
