Hi to all in the forum,
I have a doubt related with a returning number based on intervals. I have a table like this:
1-10 - 20€
11- 20 - 17€
21- 30 - 14€
and so on...
The I have in one row a list of number
1
2
3
until 100. And what I want is until number 10 return 20€ from 11 to 20 return 17e and so on...
I'm using this formula =IF((B3<=$F$3:$F$8);$G$3:$G$8)
It works until number 10 on the 11 returns False...
Thanks in advance for any help.
Regards.
Ismael
I have a doubt related with a returning number based on intervals. I have a table like this:
1-10 - 20€
11- 20 - 17€
21- 30 - 14€
and so on...
The I have in one row a list of number
1
2
3
until 100. And what I want is until number 10 return 20€ from 11 to 20 return 17e and so on...
I'm using this formula =IF((B3<=$F$3:$F$8);$G$3:$G$8)
It works until number 10 on the 11 returns False...
Thanks in advance for any help.
Regards.
Ismael