Hello again!
I m trying to solve it, but ...
I have a table with 4 columns and 22 rows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]From[/TD]
[TD]To[/TD]
[TD]Statement1[/TD]
[TD]Statement2[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0.19[/TD]
[TD]3-5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]0.20[/TD]
[TD]0.30[/TD]
[TD]4[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]....[/TD]
[TD]....[/TD]
[TD]...[/TD]
[TD]....[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
I would like an if (vlookup maybe) statement as below
If D1 ( a cell outside this table, where a user would insert a number) is between 0 -0.19,then ''statement1 & statement2'', else if D1 is between 0.20-0.30m, then ''statement1&statement2'',...else if D1 is between 4-5 then ''statement1&statement2''
There must be a combination of vlookup/match, i assume!
Finally, please inform me which of the MrExcel's books is the most useful for this kind of formulas? Any recommendations would be appreciated.
I m trying to solve it, but ...
I have a table with 4 columns and 22 rows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]From[/TD]
[TD]To[/TD]
[TD]Statement1[/TD]
[TD]Statement2[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0.19[/TD]
[TD]3-5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]0.20[/TD]
[TD]0.30[/TD]
[TD]4[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]....[/TD]
[TD]....[/TD]
[TD]...[/TD]
[TD]....[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
I would like an if (vlookup maybe) statement as below
If D1 ( a cell outside this table, where a user would insert a number) is between 0 -0.19,then ''statement1 & statement2'', else if D1 is between 0.20-0.30m, then ''statement1&statement2'',...else if D1 is between 4-5 then ''statement1&statement2''
There must be a combination of vlookup/match, i assume!
Finally, please inform me which of the MrExcel's books is the most useful for this kind of formulas? Any recommendations would be appreciated.