"IF requires between 2 and 3 arguments, but was given 1" error
Hi, I'm running Numbers 5.3 on a 2017 MacBook Pro 15" running OS 10.14.1. I keep getting the error message above when working with iterations of this formula:
IF(master chart::Variables::$B$6="no",IF(AND(ShLong '2017/10/18'>0,OR(StLow '2017/10/17'>'$Low' '2017/10/18',AND(StLow '2017/10/17'=0,StLow? '2017/10/17'>'$Low' '2017/10/18')),"SELL",IF(AND(ShLong '2017/10/18'=0,OR('$High' '2017/10/18'>StHigh '2017/10/17',AND(StHigh '2017/10/17'=0,'$High' '2017/10/18'>StHigh? '2017/10/17')),"BUY","")),IF(AND(ShLong '2017/10/18'>0,OR(StLow '2017/10/17'>'$Close' '2017/10/18',AND(StLow '2017/10/17'=0,StLow? '2017/10/17'>'$Close' '2017/10/18')),"SELL",IF(AND(ShLong '2017/10/18'=0,OR('$Close' '2017/10/18'>StHigh '2017/10/17',AND(StHigh '2017/10/17'=0,'$Close' '2017/10/18'>StHigh? '2017/10/17')),"BUY","")))))))
Any ideas? I've quadruple-checked the parentheses and the commas, but they seem to be proper so far as I can tell. Are the IFs nested too deeply or something?
MacBook Pro (15-inch, 2017), macOS Mojave (10.14.1)