You are reading a single comment by @Nef and its replies. Click here to read the full conversation.
  • I have a test sheet that I want to auto fill.
    There are several device types, and each type has a rating, and that has a maximum permitted value associated with it. Eg type: 88-2, rated 2 Amp, max value 33.1 ohms.

    Would it be tricky to create a drop down menu for the type? Eg 88-2, 88-3, 60898 etc
    And then have another cell that has a drop down menu for the rating: 2, 4, 6, 10 etc
    And then have a 3rd cell which automatically produces the maximum value associated with those two values.

    In my mind (not knowing anything about it), it would be something like:
    IF A1=88-2 and A2=2, then A3=33.1

    And then finally, a fourth cell where if an inputted number is greater than A3, the cell will go red to indicate a failure.

    It seems like none of it is particularly complicated, but I don’t know where to start.

About

Avatar for Nef @Nef started