K krkh99 macrumors newbie Original poster May 15, 2010 26 0 Aug 26, 2014 #1 Hi guys, does anyone here know how to set a maximum value? In the photo above, I would like to bring down the value automatically to 200. Meaning, every time the amount is more than 200, it will not go above 200. Thanks guys.
Hi guys, does anyone here know how to set a maximum value? In the photo above, I would like to bring down the value automatically to 200. Meaning, every time the amount is more than 200, it will not go above 200. Thanks guys.
N neutrino23 macrumors 68000 Feb 14, 2003 1,881 391 SF Bay area Aug 26, 2014 #2 Is it the cell with 342 that should be no more than 200? Is this a calculated value? For example if you are taking 341.9 as input you could do something like this. = min(200, B3) Assuming B3 was your input value and cell B4 is your output.
Is it the cell with 342 that should be no more than 200? Is this a calculated value? For example if you are taking 341.9 as input you could do something like this. = min(200, B3) Assuming B3 was your input value and cell B4 is your output.