Dear all,
I'm looking for a smart formula to test if a number is between a range of 2 other number and then I need a susequent VLOOKUP to report on the other spreadsheet the value I need.
Just to explain in a better way with an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Value Start[/TD]
[TD]Value End[/TD]
[TD]Text[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]10[/TD]
[TD]Poor[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]15[/TD]
[TD]Awesome[/TD]
[/TR]
</tbody>[/TABLE]
Now, I have another table where I have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Value[/TD]
[TD]VLookup[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to include the Vlookup column the Text related to the range in the first table.
Thanks in advance, best regards, Carlo
I'm looking for a smart formula to test if a number is between a range of 2 other number and then I need a susequent VLOOKUP to report on the other spreadsheet the value I need.
Just to explain in a better way with an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Value Start[/TD]
[TD]Value End[/TD]
[TD]Text[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]10[/TD]
[TD]Poor[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]15[/TD]
[TD]Awesome[/TD]
[/TR]
</tbody>[/TABLE]
Now, I have another table where I have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Value[/TD]
[TD]VLookup[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to include the Vlookup column the Text related to the range in the first table.
Thanks in advance, best regards, Carlo