I need an IF Statement with multiple conditions and my formula is not working:
=IF(G12=<100000, IF(G12>200000, IF(G12>300000, 1, 0), 0), 0) where G12 is an actual value.
It came with an error.
I want: If the total number of the value reached 100,000, add one. Again, in the same cell, if it...