Hi,
I have a workbook with multiple worksheets and table. I am trying to perform calculation depending on selected values in cell Column A. so in B1 I want the following to happen
if A1=ID 1 then do the following calculation C1*exp(-0.5/4)*(22-C1), or if A1=ID 2 then do this calculation D1*exp(-0.5/4)*(22-D1), or if A1= ID 3 then do this D1*exp(-0.5/4)*(22-D1), otherwise leave B1 blank.
I have a workbook with multiple worksheets and table. I am trying to perform calculation depending on selected values in cell Column A. so in B1 I want the following to happen
if A1=ID 1 then do the following calculation C1*exp(-0.5/4)*(22-C1), or if A1=ID 2 then do this calculation D1*exp(-0.5/4)*(22-D1), or if A1= ID 3 then do this D1*exp(-0.5/4)*(22-D1), otherwise leave B1 blank.
A | B | C | D | E | |
1 | ID 1 | ||||
2 | ID 2 | ||||
3 | ID 3 |