New to forums, so bear with me, please!
These are the things I would like to accomplish with this Excel formula. #3 and #5 are not accomplished at this time. I included all goals, as when I keep trying different formulas and solve one problem, it seems to cause other goals to not be accomplished.
1. Look at another sheet's cell and check to see if the cell has text (goal is accomplished with formula).
2. If that cell does have text, insert the text in the cell with this formula (goal is accomplished with formula).
*3. If it does not have text, leave the cell blank (goal is NOT accomplished with this formula, even though I have the [value_if_false] as "").
4. When I insert or remove columns from the worksheet "Treatment attendance," I want this formula to remain exactly the same (goal is accomplished with this formula)
*5. When I copy this formula to the subsequent rows, I would like Excel to automatically change 331 to 332, etc. (goal is NOT accomplished with this formula).
[TABLE="width: 180"]
<colgroup><col width="180"></colgroup><tbody>[TR]
[TD="class: xl69, width: 180"]
=IF(ISTEXT("'TREATMENT attendance'!$C331"),INDIRECT("'TREATMENT attendance'!$C331"),"")
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your help!
These are the things I would like to accomplish with this Excel formula. #3 and #5 are not accomplished at this time. I included all goals, as when I keep trying different formulas and solve one problem, it seems to cause other goals to not be accomplished.
1. Look at another sheet's cell and check to see if the cell has text (goal is accomplished with formula).
2. If that cell does have text, insert the text in the cell with this formula (goal is accomplished with formula).
*3. If it does not have text, leave the cell blank (goal is NOT accomplished with this formula, even though I have the [value_if_false] as "").
4. When I insert or remove columns from the worksheet "Treatment attendance," I want this formula to remain exactly the same (goal is accomplished with this formula)
*5. When I copy this formula to the subsequent rows, I would like Excel to automatically change 331 to 332, etc. (goal is NOT accomplished with this formula).
[TABLE="width: 180"]
<colgroup><col width="180"></colgroup><tbody>[TR]
[TD="class: xl69, width: 180"]
=IF(ISTEXT("'TREATMENT attendance'!$C331"),INDIRECT("'TREATMENT attendance'!$C331"),"")
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your help!