|
By:
Not sure I understand what you're asking here but, I think you want to override the result of the formula with a manually entered rank? Is that right?
If you assume you have the formula in Col A, and want to put the override values in Col B then you can add another formula in Col C that will use the forumula from A unless an override is entered in B as follows: in C1, put: =IF(B1="",A1,B1) Copy from C1 as far down as you want. Then wherever you want to use the ranking in your sheet, take it from Col C. I've probably just answered the wrong question though :-) |