T
thedevilkaiser
I want something to the effect:
=if(iserror(vlookup(a1,range1,2,false)),vlookup(a1,range2,2,false),vlookup(a1,range1,2,false))
but I want to do this without using an if iserror function. Is there a
way to do this? An array formula perhaps?
Thanks.
=if(iserror(vlookup(a1,range1,2,false)),vlookup(a1,range2,2,false),vlookup(a1,range1,2,false))
but I want to do this without using an if iserror function. Is there a
way to do this? An array formula perhaps?
Thanks.