Is it possible (without using VBA / macros) to stop formulas updating / recalculating once a condition is met eg a value in another cell ="finished"?
Eg I have a Price List lookup table containing prices of products. On my data sheet I record orders with a cell having a vlookup function to extract current price of a product from this price lookup table. Once an order is closed (I can set a flag in another cell), I don't want the price to be updated, even if I later update the price list.
Eg I have a Price List lookup table containing prices of products. On my data sheet I record orders with a cell having a vlookup function to extract current price of a product from this price lookup table. Once an order is closed (I can set a flag in another cell), I don't want the price to be updated, even if I later update the price list.