Good afternoon all.
Here is my scenario and any help would be appreciated.
Lets say that in Worksheet 1, a condition is meet with a cell calculated value, is there any way have a text string in a cell in Worksheet 2 auto populated?
Ex.
Formula for cell B2. =IF(A2>4,Sheet2!A1="Success",IF(A2>3,Sheet2!A1="Marginal",IF(A2>2,Sheet2!A1="Fail",""))).
What I am trying to do is have a form in a separate worksheet auto complete with values without having the equations in reside in the destination sheet. I am thinking that VBA will be the solution. Thanks!
Here is my scenario and any help would be appreciated.
Lets say that in Worksheet 1, a condition is meet with a cell calculated value, is there any way have a text string in a cell in Worksheet 2 auto populated?
Ex.
Formula for cell B2. =IF(A2>4,Sheet2!A1="Success",IF(A2>3,Sheet2!A1="Marginal",IF(A2>2,Sheet2!A1="Fail",""))).
What I am trying to do is have a form in a separate worksheet auto complete with values without having the equations in reside in the destination sheet. I am thinking that VBA will be the solution. Thanks!