21
3
I use vlookup
a lot in excel.
The problem is with #N/A
value when the seek value is not found.
In that case, we often replace it by 0 using
if(isna(vlookup(what,range,column,false));0; vlookup(what,range,column;false))
which repeat vlookup(what,range,column,false) twice and make the formula look ugly & dummy to me.
Do you have other work around for this issue?
correctomundo +1 – Raystafarian – 2012-03-05T15:55:38.223
@Raystafarian Cannot get what you mean :) – Nam G VU – 2012-03-06T10:19:06.813
@barry houdini Horay! – Nam G VU – 2012-03-06T10:19:25.830
@NamGiVU I was just agreeing with barry's answer :) – Raystafarian – 2012-03-06T12:36:53.953