Hi, new here. I'm working on an excel sheet and I came up with such problem:
- I would like to have two fields/cells let say A1 and B1
- In A1 I would like to insert a number (no of holes)
- In B1 I would like to show "low", "mid", "high" depending on some simple calculation/condition based on A1 value (0-100 holes = "low", 101-200 = "mid", 201+ ="high"
Now the probelm:
- I would like to be able to chose in B1 from a drop down list (data validation > list from named range)
- However I would like to be able to fill in value into the A1 cell and dependent on that fill the B1 with "low", "mid", "high"...
- I would like this functionality available any time
Is this possible to do in excel without VBA? So in other words, if I know that 150 holes mean "mid" I want to be able just select "mid" form a dropdown list in B1 or if I don't know what "mid" means but I know there is 150 holes I just add 150 in A1 and B1 will update it self with "mid"... If I put in A1 negative number I should get some warning/error message as it can be only positive number.
Thanks for any help!
- I would like to have two fields/cells let say A1 and B1
- In A1 I would like to insert a number (no of holes)
- In B1 I would like to show "low", "mid", "high" depending on some simple calculation/condition based on A1 value (0-100 holes = "low", 101-200 = "mid", 201+ ="high"
Now the probelm:
- I would like to be able to chose in B1 from a drop down list (data validation > list from named range)
- However I would like to be able to fill in value into the A1 cell and dependent on that fill the B1 with "low", "mid", "high"...
- I would like this functionality available any time
Is this possible to do in excel without VBA? So in other words, if I know that 150 holes mean "mid" I want to be able just select "mid" form a dropdown list in B1 or if I don't know what "mid" means but I know there is 150 holes I just add 150 in A1 and B1 will update it self with "mid"... If I put in A1 negative number I should get some warning/error message as it can be only positive number.
Thanks for any help!