Hi...I'm looking to close a simple IF OR statement and it seems I'm missing something.
2 values where if 1 or the other is less than 0 return "Red" if false "Green" and returning Green is just getting an error, here is what I have:
=IF(OR(IDEA34 < 0, IDEA58 < 0, "Red", ("Green")))
#incorrect argumentđŸ˜«