I'm trying to construct a formula whereby the cell shows a result if two conditions are met.
In English, it's this:
IF Reference Cell result displays Y AND reference cell value is greater than 0,, then result is some simple calculation.
If one of those conditions is not met, then result shows some different calculation.
I'm experimenting with variations on this:
=IF(D5="y" and IF(G5>0));(F5-E5)/2;F5-E5)
No matter how many brackets or parentheses I add, I keep getting Error 508 or 509.
You can see the problem in the attached file at cell H5.
This will probably be super simple for someone who uses this app everyday, but for me it's hyper-frustration!!