Hi All,
I am trying to implement a change to a spreadsheet, but I am not even sure if the change I hope for is possible. I am hoping someone here may have a solution. I will preface this by saying unfortunately I cannot use VBA to solve the problem as the spreadsheet will be deployed on an iPad.
If I have a value in one cell, I would like the value in a second cell to be either a fixed value, or a drop down list. For example, If the value in cell A1 is "YES", then the value in A2 will be "Summer" (this is the inserted value, not part of a drop down list). If however the Value in A1 is "NO", the cell A2 is a drop down list of "Winter", "Autumn", "Spring", and the user can select either of the three.
As I said, I don't think this is possible without VBA, but I would be most grateful if anyone could correct me on that.
I am trying to implement a change to a spreadsheet, but I am not even sure if the change I hope for is possible. I am hoping someone here may have a solution. I will preface this by saying unfortunately I cannot use VBA to solve the problem as the spreadsheet will be deployed on an iPad.
If I have a value in one cell, I would like the value in a second cell to be either a fixed value, or a drop down list. For example, If the value in cell A1 is "YES", then the value in A2 will be "Summer" (this is the inserted value, not part of a drop down list). If however the Value in A1 is "NO", the cell A2 is a drop down list of "Winter", "Autumn", "Spring", and the user can select either of the three.
As I said, I don't think this is possible without VBA, but I would be most grateful if anyone could correct me on that.