Taking an example of 2 contiguous cells, put A1 and A2, I would like to make sure that:
- if there is a number between A1 and 6 in A2, a certain text appears; Let's put it, Pippo
- if there is a number in A1 from 7 to 12 in A2, another text appears; Let's put it, Pluto
- if there is a number in A1 at 12 in A2 a different text appears; Let's put it, Minnie
- if A1 there is nothing (empty) or zero, nothing should appear in A2 (stay empty)
Up to two "options" the following works well: = SE (C1 <= 6; "Pippo"; SE (C1> = 7; "Pluto"; ""))
But if I try to add> = 13, it does not take me ... anyway, always "Pluto"!?
I hope I was clear. Thank you very much if you want to deal with the case
If you are interested in Ayurveda, I would like to make you feel digital in the digital format of the book I wrote on this topic.
Fedric