M
Mike
You were probably getting a #Name? error the first time
right? That's because you should have put quotes around
the Y.
=IF(Analysis!G2="Y",Analysis!B2,"")
A circular reference occurs when the formula in a cell
refers to that cell. You probably copied =IF(Analysis!
G2=Y,Analysis!B2,"") to Analysis!G2 right?
right? That's because you should have put quotes around
the Y.
=IF(Analysis!G2="Y",Analysis!B2,"")
A circular reference occurs when the formula in a cell
refers to that cell. You probably copied =IF(Analysis!
G2=Y,Analysis!B2,"") to Analysis!G2 right?