I have the following Formula:
=IF($D23="M/L",LOOKUP($F23,$M$12:$M$15,$N$12:$N$15))
Column D has values of "Hybrid", "Small" and "M/L"
Column F has values of "G7", "G8", "G9" and "G10"
M12:M15 and N12:N15 looks like this:
[TABLE="class: grid, width: 500"]
<colgroup><col style="width:88pt" width="117" span="2"> </colgroup><tbody>[TR]
[TD="width: 117"]G7
[/TD]
[TD="width: 117"]$40,000[/TD]
[/TR]
[TR]
[TD="width: 117"]G8[/TD]
[TD="width: 117"]$50,000
[/TD]
[/TR]
[TR]
[TD="width: 117"]G9[/TD]
[TD="width: 117"]$60,000[/TD]
[/TR]
[TR]
[TD="width: 117"]G10[/TD]
[TD="width: 117"]$75,000[/TD]
[/TR]
</tbody>[/TABLE]
For some reason when the value in column F is G10 it is returning "#N/A" instead of $75,000. When the value is G7, G8 or G9 the formula works.
Please help!
Thank you
=IF($D23="M/L",LOOKUP($F23,$M$12:$M$15,$N$12:$N$15))
Column D has values of "Hybrid", "Small" and "M/L"
Column F has values of "G7", "G8", "G9" and "G10"
M12:M15 and N12:N15 looks like this:
[TABLE="class: grid, width: 500"]
<colgroup><col style="width:88pt" width="117" span="2"> </colgroup><tbody>[TR]
[TD="width: 117"]G7
[/TD]
[TD="width: 117"]$40,000[/TD]
[/TR]
[TR]
[TD="width: 117"]G8[/TD]
[TD="width: 117"]$50,000
[/TD]
[/TR]
[TR]
[TD="width: 117"]G9[/TD]
[TD="width: 117"]$60,000[/TD]
[/TR]
[TR]
[TD="width: 117"]G10[/TD]
[TD="width: 117"]$75,000[/TD]
[/TR]
</tbody>[/TABLE]
For some reason when the value in column F is G10 it is returning "#N/A" instead of $75,000. When the value is G7, G8 or G9 the formula works.
Please help!
Thank you