D
DocBravo
How do I get my excel program to look at a value I enter in one cell and
automatically populate up to three other cells with values tied to that which
was input. for example if I enter "8076" in cell A1 the program will look at
a group of pre-entered values and match that number to three related values
and then populate them in the matching cells. Such as the example below:
if A1= "8076" then C1 = Stevens, D1 = 13, F1 = $1.44, and H1 = D1*F1
Where "Stevens, 13, and $1.44" are all pre-entered values that match the
input "8076"
automatically populate up to three other cells with values tied to that which
was input. for example if I enter "8076" in cell A1 the program will look at
a group of pre-entered values and match that number to three related values
and then populate them in the matching cells. Such as the example below:
if A1= "8076" then C1 = Stevens, D1 = 13, F1 = $1.44, and H1 = D1*F1
Where "Stevens, 13, and $1.44" are all pre-entered values that match the
input "8076"