I'm modifying a spreadsheet that someone else created. They have the following syntax in some cells:
{=MIN(IF(D2934>0,D2934))}
What it does is finds the minimum of the specified range but does not count numbers that aren't greater than 0. Here's the thing:
I need to tweak the ranges, but I when I go into the cell to edit it, the outer brackets disappear and If I put them back in it no longer recognizes the syntax. What's going on here?
{=MIN(IF(D2934>0,D2934))}
What it does is finds the minimum of the specified range but does not count numbers that aren't greater than 0. Here's the thing:
I need to tweak the ranges, but I when I go into the cell to edit it, the outer brackets disappear and If I put them back in it no longer recognizes the syntax. What's going on here?