Hi all,
I have a formula:
=IF(C7<0.000001,"Remote/Improbable",IF(C7<0.00001,"Unlikely",IF(C7<0.0001,"Possible",IF(C7<0.001,"Likely",IF(C7<0.01,"Frequent")))))
I use this formula with differents cells each time, ie, C7, C10, C12, etc..
1. Can I write the formula in another cell and each time I need to use it, I take from there and write wich cell I want to reference?
For example, I write this formula in another cell and call it by a name I defined, and after that I can use like: =MY_FORMULA(my_cell)???
2.After that, I will want to use the formula in other sheets? How can I reference to the formula from another sheet?
tanx
Misifuso
I have a formula:
=IF(C7<0.000001,"Remote/Improbable",IF(C7<0.00001,"Unlikely",IF(C7<0.0001,"Possible",IF(C7<0.001,"Likely",IF(C7<0.01,"Frequent")))))
I use this formula with differents cells each time, ie, C7, C10, C12, etc..
1. Can I write the formula in another cell and each time I need to use it, I take from there and write wich cell I want to reference?
For example, I write this formula in another cell and call it by a name I defined, and after that I can use like: =MY_FORMULA(my_cell)???
2.After that, I will want to use the formula in other sheets? How can I reference to the formula from another sheet?
tanx
Misifuso