jackmanjls
Member
I want to create a ss that performs a calculation depending on the value in a specific row-col.
For example, the range for A1 would be the following values, LS,SS, LC, SC, LP, SP. For each value of A1 there would be some calculation.
In programming language it would take the following form:
If A1 == LS then
x = some calc
if A1 == SS then
x = some calc
if A1 == LC then
x = some calc
if A1 == SC then
x = some calc
(etc for LP and SP)
return (x)
Any ideas?
For example, the range for A1 would be the following values, LS,SS, LC, SC, LP, SP. For each value of A1 there would be some calculation.
In programming language it would take the following form:
If A1 == LS then
x = some calc
if A1 == SS then
x = some calc
if A1 == LC then
x = some calc
if A1 == SC then
x = some calc
(etc for LP and SP)
return (x)
Any ideas?