Hello All,
I have a new quirky issue, which is probably because I am trying to over step my excel skill sets (again).
This formula returns action plan suggestoins from another worksheet based on the responses to questions the user selects;
=IF(A3=1,'Intervention Admin 1'!B3,IF(A3=2,'Intervention Admin 1'!C3,IF(A3=3,'Intervention Admin 1'!D3,IF(A3=4,'Intervention Admin 1'!E3,IF(A3=5,"Work to Maintain and Review.",IF(A3="",""))))))
Obviously, this means that the user cannot edit the action plan suggestions.
1) is there a formula I can apply that converts this formula to text?
2) i have tried a macro that makes a column run a "paste special" values only to get the text. Since the action plan suggestions are formatted like those below, I get name errors (I think excel is ignoring the ' and reading the - as a minus sign);
'- No benchmarking in place.
As ever your genious is most highly appreciated.
With every kindest regard,
Claudine
I have a new quirky issue, which is probably because I am trying to over step my excel skill sets (again).
This formula returns action plan suggestoins from another worksheet based on the responses to questions the user selects;
=IF(A3=1,'Intervention Admin 1'!B3,IF(A3=2,'Intervention Admin 1'!C3,IF(A3=3,'Intervention Admin 1'!D3,IF(A3=4,'Intervention Admin 1'!E3,IF(A3=5,"Work to Maintain and Review.",IF(A3="",""))))))
Obviously, this means that the user cannot edit the action plan suggestions.
1) is there a formula I can apply that converts this formula to text?
2) i have tried a macro that makes a column run a "paste special" values only to get the text. Since the action plan suggestions are formatted like those below, I get name errors (I think excel is ignoring the ' and reading the - as a minus sign);
'- No benchmarking in place.
As ever your genious is most highly appreciated.
With every kindest regard,
Claudine