Match function of Excel with different sheets -


i want use match function lookup array in different sheet.

here trying:

= match( "lead-poi-bba concours", sheet_13_15!f5 : sheet_13_15!o5) 

but giving error

#n/a 

i tried changing

= match( "lead-poi-bba concours", 'sheet_13_15'!f5 : 'sheet_13_15'!o5) 

but again reverts

= match( "lead-poi-bba concours", sheet_13_15!f5 : sheet_13_15!o5) 

giving same error

#n/a 

where making mistake

no need refer sheet twice. sheet!range

= match( "lead-poi-bba concours", sheet_13_15!f5:o5) 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -