Hello Wizards,
I'll explain this the best I can
I'm developing a calculator in which the answer in D10 needs to be divided by a different number according to its value.
Example
If the answer is between 0-100 it would be divided by .5
101-200 divided by .501
201-300 divided by .502
etc
How would I go about setting these parameters?
(Would there be a VBA function?)
Thanks
I'll explain this the best I can
I'm developing a calculator in which the answer in D10 needs to be divided by a different number according to its value.
Example
If the answer is between 0-100 it would be divided by .5
101-200 divided by .501
201-300 divided by .502
etc
How would I go about setting these parameters?
(Would there be a VBA function?)
Thanks