How do I calcuate an IC50 from analyze it?

G

Gary''s Student

Create a simple table of two columns. The first column could be the
concentration in the desired units i.e. micrograms per litre. The second
column could be the inhibitory effect from 0% to 100%. Then you can use
VLOOKUP() to find the approximate 50% level.
 
J

jc33

Can you please define each paramater that needs to be entered?
lookup_value
table_array
col_index_num
range_lookup
 
Top