NARAYANK991
Excel Ninja
Hi ,
The table which I have set up in a separate worksheet is a static table , since it is not going to change with any new input values you might insert in columns A and B , in Sheet1.
If you have to eliminate this table , the formula that is developed will have to do something similar , since the logic demands it. Since every formula in column D will need to have this logic builtin , you can see that if the formula is copied down thousands of rows , the computing time will only increase.
If at all you think this present set up will not work , I suspect that a substitute formula , which does not make use of the predefined table in Sheet4 , will never work.
The alternative is VBA ; is this acceptable ?
Narayan
The table which I have set up in a separate worksheet is a static table , since it is not going to change with any new input values you might insert in columns A and B , in Sheet1.
If you have to eliminate this table , the formula that is developed will have to do something similar , since the logic demands it. Since every formula in column D will need to have this logic builtin , you can see that if the formula is copied down thousands of rows , the computing time will only increase.
If at all you think this present set up will not work , I suspect that a substitute formula , which does not make use of the predefined table in Sheet4 , will never work.
The alternative is VBA ; is this acceptable ?
Narayan