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
Post a Comment