white_flag
Active Member
- Joined
- Mar 17, 2010
- Messages
- 331
Hello I have this
first range name "temperature" with the following numbers (20°C, 25°C, 30°C, 45°C ..etc til 500°C)
second range name "products" with the following names (wood, ceramic, steel, etc ..)
those make an table (landa) with some data inside with landa value: from this table I can extract the
values with the following formula:
=(index(landa;match(E14,products;0);match(E15,temperature;0))
my problems are:
1. wen the temperature is diffrent theh what I have in an range. I like to tell to excel, that if did not match
to find the first bigest value ex: I have temp of 32°C and match to give me value from 45°C.
2. wen I have an the temperature higher then 500°C (bigger than what I have in an range) to give me the
value for the last value from range.
first range name "temperature" with the following numbers (20°C, 25°C, 30°C, 45°C ..etc til 500°C)
second range name "products" with the following names (wood, ceramic, steel, etc ..)
those make an table (landa) with some data inside with landa value: from this table I can extract the
values with the following formula:
=(index(landa;match(E14,products;0);match(E15,temperature;0))
my problems are:
1. wen the temperature is diffrent theh what I have in an range. I like to tell to excel, that if did not match
to find the first bigest value ex: I have temp of 32°C and match to give me value from 45°C.
2. wen I have an the temperature higher then 500°C (bigger than what I have in an range) to give me the
value for the last value from range.