hello, i am trying to do some basic count using formula (i think its basic).
there are 5 columns (named “name”,“rozmer1_cm”,“rozmer2_cm”,rozmer3_cm" and “vaha_kg”)
what i want to do is formula, which will get those results:
if all “rozmerX” < 50 and vaha_kg * 1000 <250, than its “M1”
have found it to make it this way:

which is working fine.
BUT than i need to do
if all “rozmerX” < 50 and vaha_kg * 1000 >250 and <=500, than its “M2”
there are many other conditions, but i cannot go over the condition “vaha_kg*1000 >250 and <=500”
have read the basics of formula, but i cannot apply it to my case (i know, its stupid).
Thanks for kicking in right direction