M mklujeske Oct 11, 2004 #1 I need to do a lookup for a specific variable within two differen worksheets. If this possible and how do I go about doing this
I need to do a lookup for a specific variable within two differen worksheets. If this possible and how do I go about doing this
D duane Oct 11, 2004 #2 something like =if(iserror(vlookup(var, sheet1range,#,false)),0,vlookup(var sheet1range,#,false))+if(iserror(vlookup(var sheet2range,#,false)),0,vlookup(var, sheet2range,#,false)
something like =if(iserror(vlookup(var, sheet1range,#,false)),0,vlookup(var sheet1range,#,false))+if(iserror(vlookup(var sheet2range,#,false)),0,vlookup(var, sheet2range,#,false)
F Frank Kabel Oct 11, 2004 #3 Hi what kind of data do you want to return?. A numeric value or a text value?. Also coould there be more than one match?
Hi what kind of data do you want to return?. A numeric value or a text value?. Also coould there be more than one match?