I'm trying to create a formula that ranks contract values, but only considers active contracts. Column A is the contract status (active/inactive), column B is the contract value, and column C would be the rank. If the contract is "inactive", I would want the rank to be null - such that if there were 1000 contracts and 500 were active, they would be ranked 1 - 500 and the inactive contracts wouldn't have rankings at all.
Any ideas?
Any ideas?