Hi Guys,
i define not the Function, i want to define desvar b und h, the 2 variable have no relationship,
b =: 2, 4, 6,21,33,44:
h =: 7, 9, 4,20,40,80;
if b = 21 -> h= 40
if b = 33 -> h= 20
if b = 44 -> h= 88
if b = 2 -> h= 9
if b = 4 -> h= 4
if b = 6 -> h= 7
How can i define this Typ Parameter in HW, (from excel import ???)
Thanks VeryMuch!
Leslie