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 reached another 100,000 (200,000 or more) add one in the same cell which makes it two and so on. So How do I create a formula to meet my condition?
Thanks.
I'm new to this forum btw!
=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 reached another 100,000 (200,000 or more) add one in the same cell which makes it two and so on. So How do I create a formula to meet my condition?
Thanks.
I'm new to this forum btw!